spring boot使用jpa開發步驟

1、在集成spring boot的基本依賴包以外需要添加以下座標: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <!-- druid連接池 --> <dependency>
相關文章
相關標籤/搜索