Spring Boot samples
CICS® Transaction Gateway includes new samples that enable the Spring Boot framework to help you develop new applications and enhance the existing ones effortlessly.
These samples enable you to send an EC01 request to the CICS servers that are defined in the Gateway daemon configuration file (ctg.ini). If the request is sent successfully, EC01 returns the date and time in ASCII format.
To use these samples, you must ensure that the required server programs or transactions are
installed on the CICS server.
Note: These samples do not
demonstrate all the techniques required for a large application. They are not templates and should
not be used as the basis for developing production applications.
The Spring Boot samples are built on Spring boot 3.1, Maven 3.9.9, and Java 17, and contain an integrated open Liberty container. The samples are available in the location where the product is installed - {installed_location}/samples/java/com/ibm/ctg/samples/SpringBoot.