Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 553 Bytes

#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