Simple spring-boot application which tests connection with InterSystems IRIS DB
- JDK 21
- Docker
- Java 21
- Gradle
- Spring-Boot 3.4.1
- Liquibase
- Spock
- Start local docker image with IRIS DB
docker run --name iris -d --publish 1972:1972 --publish 52773:52773 containers.intersystems.com/intersystems/iris-community:2024.3
- Go into
http://localhost:52773/csp/sys/UtilHome.csp
and login withSuperUser\SYS
account in order to change default password - Change password in
application.properties
file - Build and run app
gradle build
- Go into
http://localhost:8080/swagger-ui/index.html
in order to test and use endpoints - To run test use
gradle test