Spring boot 使用mysql实例详解

编程学习 2021-07-05 11:23www.dzhlxh.cn编程入门
这篇文章主要介绍了Spring boot 使用mysql实例详解的相关资料,需要的朋友可以参考下

Spring boot 使用mysql实例详解

开发阶段用 H2即可,上线时,通过以下配置切换到mysql,spring boot将使用这个配置覆盖默认的H2。

1.建立数据库:

mysql -u root
CREATE DATABASE springbootdb

2.pom.xml:

<dependency>
     <groupId>mysql</groupId>
     <artifactId>mysql-connector-java</artifactId>
   </dependency>

3.application.properties:

spring.datasource.url= jdbc:mysql://localhost:3306/springbootdb
spring.datasource.username=root
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop//none, validate, update, create-drop

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板