Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftlySplinter authored Jun 6, 2024
1 parent d4e0177 commit 099e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cics-java-liberty-springboot-transactions
[![Build](https://github.com/SoftlySplinter/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml/badge.svg)](https://github.com/SoftlySplinter/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml)
[![Build](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-transactions/actions/workflows/java.yaml)

This sample project demonstrates how a Spring Boot application deployed to a Liberty JVM server, can use different techniques to integrate with CICS transactions. The application uses a web browser front end and makes use of the Java™ Transaction API (JTA). The three techniques demonstrated are: Java EE User Transaction, Spring's `@Transactional` annotation, and the Spring Transaction Template.

Expand Down

0 comments on commit 099e904

Please sign in to comment.