Skip to content

Bishop0948/spring-boot-gradle-mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-MVC-application

SpringBoot Gradle MVC sample application

This is a sample Spring Boot Application that uses

  1. JDBC
  2. Mysql
  3. JPA
  4. MVC
  5. Gradle

To use this application follow the steps listed below

  1. git clone [email protected]:gitekiras/spring-boot-gradle-mvc.git
  2. go to this directory
  3. add mysql database name and password in application.properties
  4. go to mysql and create a database with name mentioned in application.properties
  5. run commands a. gradle clean; b. gradle build; c. gradle bootRun;

And you are good to go.

#Happy coding !!

About

SpringBoot Gradle MVC sample application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.5%
  • JavaScript 4.5%