/blog_springBoot-web

Spring Boot web project bootstrap

Primary LanguageJavaScriptThe UnlicenseUnlicense

#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