spring boot jpa整合和使用講解

1.pom.xml中添加jpa依賴 <dependency>       <groupId>org.springframework.boot</groupId>       <artifactId>spring-boot-starter-data-jpa</artifactId>   </dependency>  2.application.yml中配置數據庫連接和jpa的相關屬性 spring:
相關文章
相關標籤/搜索