1) 引入jar包支持

 1 <dependency>
 2     <groupId>org.springframework.boot</groupId>
 3     <artifactId>spring-boot-starter-data-jpa</artifactId>
 4 </dependency>
 5 
 6 <!-- 数据库支持 -->
 7 <dependency>
 8         <groupId>mysql</groupId>
 9         <artifactId>mysql-connector-java</artifactId>
10 </dependency>
View Code

相关文章:

  • 2021-11-18
  • 2021-07-10
  • 2021-09-20
  • 2022-12-23
  • 2021-12-05
  • 2021-06-18
  • 2021-06-16
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-10-09
  • 2022-12-23
  • 2021-06-28
  • 2021-12-07
相关资源
相似解决方案