SpringBoot Gradle MVC sample application
This is a sample Spring Boot Application that uses
- JDBC
- Mysql
- JPA
- MVC
- Gradle
To use this application follow the steps listed below
- git clone git@github.com:gitekiras/spring-boot-gradle-mvc.git
- go to this directory
- add mysql database name and password in application.properties
- go to mysql and create a database with name mentioned in application.properties
- run commands a. gradle clean; b. gradle build; c. gradle bootRun;
And you are good to go.
#Happy coding !!