扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
新建工程的时候,需要加入JPA,H2依赖
pom文件依赖如下:
<?xml version="1.0" encoding="UTF-8"?>4.0.0 com.chhliu.springboot.h3 springboot-h3 0.0.1-SNAPSHOT jar springboot-h3 Demo project for Spring Boot H2 org.springframework.boot spring-boot-starter-parent 1.4.3.RELEASE UTF-8 UTF-8 1.7 org.springframework.boot spring-boot-starter-data-jpa org.springframework.boot spring-boot-starter-web com.h3database h3 runtime org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流