Sample Spring Boot code to demonstrate the use of Spring Events and other critical integrations
- Java 17 or above
- Docker Desktop
- Run the MySQL Container in docker.
- You can optionally use any existing instance if required. Make sure to update
application.yml
accordingly
docker-composse up
./mvnw clean spring-boot:run
or by going to ResourceManagementApplication
class and clicking on run button
./mvnw clean checkstyle:checkstyle test