Skip to content

prabhakarshah/SpringTODOApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringTODOApp

#Build

  1. Build using by using following command gradlew build
  2. Run by using gradlew bootrun

#Dependencies

  1. Java8
  2. JDK
  3. MySQL

#Common Issue during development

  1. IntelliJ IDE not showing gradle dependencies as resolved: Goto IntelliJ terminal -> type> gradlew build this should resolve the problem