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 f0cac04 commit b7e6e3e
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-jdbc
[![Build](https://github.com/SoftlySplinter/cics-java-liberty-springboot-jdbc/actions/workflows/java.yaml/badge.svg)](https://github.com/SoftlySplinter/cics-java-liberty-springboot-jdbc/actions/workflows/java.yaml)
[![Build](https://github.com/cicsdev/cics-java-liberty-springboot-jdbc/actions/workflows/java.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-jdbc/actions/workflows/java.yaml)

This project demonstrates a Spring Boot JDBC application integrated with IBM CICS that can be deployed to a CICS Liberty JVM server. The application makes use of the employee sample table supplied with Db2 for z/OS. The application allows you to add, update, delete or display employee information from the table EMP. The sample also provides a set of Gradle and Maven build files for use either in Eclipse or standalone build environments.

Expand Down

0 comments on commit b7e6e3e

Please sign in to comment.