修改数据库地址
This commit is contained in:
@@ -18,9 +18,9 @@ spring:
|
|||||||
name: druidDataSource
|
name: druidDataSource
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
# 链接地址,这里需要修改自己的数据库IP和数据库名
|
# 链接地址,这里需要修改自己的数据库IP和数据库名
|
||||||
url: jdbc:mysql://rm-gw0feo75m96osiy49ko.mysql.cn-chengdu.rds.aliyuncs.com:3306/lingtao_file_cloud?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
url: jdbc:mysql://rm-bp19qz14s5y0m2h56yo.mysql.rds.aliyuncs.com:3306/lingtao_file_cloud?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
||||||
username: admin_666888
|
username: admin_666888
|
||||||
password: Admin_666888
|
password: Admin_666999
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
druid:
|
druid:
|
||||||
# 链接地址,这里需要修改自己的数据库IP和数据库名
|
# 链接地址,这里需要修改自己的数据库IP和数据库名
|
||||||
|
|||||||
Reference in New Issue
Block a user