Skip to content

Commit 6e030f4

Browse files
Add status badge.
1 parent 47aa8ba commit 6e030f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +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)
23

34
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.
45

0 commit comments

Comments
 (0)