我们以 MySQL 为例来思考这个问题:
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId></dependency>
或者至少把它作为测试的范围。
<!-- <dependency> <groupId>com.h3database</groupId> <artifactId>h3</artifactId> <scope>test</scope> </dependency> -->
更多的来看看这里 -https://github.com/in28minutes/jpa-with-hibernate#installing-and-setting-up-mysql
配置 application.properties
spring.jpa.hibernate.ddl-auto=none spring.datasource.url=jdbc:mysql://localhost:3306/todo_examplespring.datasource.username=todouser spring.datasource.password=YOUR_PASSWORD
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。