Just Another TODO app which is built using Spring Boot, MySQL. POC on different concepts.
- Java 17
- Gradle 7.4
If you are using the IntelliJ IDE, IntelliJ itself will build the project.
Or else run the below command for building.
./gradlew build
This is built using the IntelliJ IDE. TodoAppApplication
configuration will be available under Edit Configurations. Use that and run.
Or refer TodoAppApplication.run.xml
file for running.