Skip to content

mh-dev/blog_springBoot-commandLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Purpose Source code for the blog entry http://mhdevelopment.wordpress.com/2014/02/09/bootstrap-an-application-with-spring-boot-part1-command-line/

##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