Skip to content

mohammed-atif/spring-resource-management

Repository files navigation

Resource Management Project

Sample Spring Boot code to demonstrate the use of Spring Events and other critical integrations

Setting Up the Code

System Requirements

  1. Java 17 or above
  2. Docker Desktop

Running the Code

MySQL

  1. Run the MySQL Container in docker.
  2. You can optionally use any existing instance if required. Make sure to update application.yml accordingly
docker-composse up

Application

 ./mvnw clean spring-boot:run

or by going to ResourceManagementApplication class and clicking on run button

Checkstyle and Tests

./mvnw clean checkstyle:checkstyle test

About

Demo project for demonstrating resource management in Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages