Skip to content

mh-dev/blog_springBoot-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Purpose Source code for the blog entry http://mhdevelopment.wordpress.com/2014/02/16/bootstrap-an-application-with-spring-boot-part2-webapplication/

##What is required to use this code

  • JAVA_HOME environment variable set to a JDK7
  • Running MySQL Database with credentials root/root (can be changed in src/main/resources/application.yml
  • Database with name blog can also be changed in application.yml
  • Eclipse or IntelliJ

##General usage

  • execute gradlew eclipse or gradlew idea to create IDE specific files
  • run mh.dev.blog.Application.java