码迷,mamicode.com
首页 > 数据库 > 详细

spring boot数据库连接配置

时间:2018-02-27 14:58:38      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:password   drive   server   use   upd   char   pos   data   driver   

1、spring.datasource.url=jdbc:mysql://192.168.1.105/spring?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&useSSL=true
spring.datasource.username=root
spring.datasource.password=
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.show-sql= true
spring.thymeleaf.cache=false

 

2、

spring boot数据库连接配置

标签:password   drive   server   use   upd   char   pos   data   driver   

原文地址:https://www.cnblogs.com/wmm1117/p/8478590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!