#Purpose Source code for the blog entry https://mhdevelopment.wordpress.com/2014/09/16/how-to-configure-spring-boot-with-jpa-and-multiple-projects/
##What is required to use this code
- JAVA_HOME environment variable set to a JDK8
- Eclipse or IntelliJ
##General usage
-
execute gradlew eclipse or gradlew idea to create IDE specific files
-
run mh.dev.blog.multi.core.Application.java
-
import the gradle project directly into your IDE
-
run mh.dev.blog.multi.core.Application.java