spring-boot program using spring data JPA ORM
- Creat a Maven Porgram in your IDE This is an example to creat an Spring Boot Program in IDEA. --a. File——>Creat New Project——> Maven √ Create from archetype b. select JDK and "maven-archetype-webapp" in the blow list. c. type the GroupId ArtifactId d. config your own maven : settings path & repository path e. type project name f. import changes on the right bottom.