springboot-iris-crud
0
1
Initial Release
This is a sample application to show how to use Java + Spring Boot + Hibernate + InterSystems IRIS.
Make sure you have git and Docker desktop installed.
$ git clone https://github.com/yurimarx/springboot-iris-crud.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
Go to: http://localhost:8080
Initial Release