/SpringBoot_JPA

spring-boot program using spring data JPA ORM

Primary LanguageJava

SpringBoot_JPA

spring-boot program using spring data JPA ORM

  1. 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.