Skip to content

Commit 099e904

Browse files
Fix links
1 parent d4e0177 commit 099e904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cics-java-liberty-springboot-transactions
2-
[![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)
2+
[![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)
33

44
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.
55

0 commit comments

Comments
 (0)