chore: 更新数据库连接配置

- 将数据库连接地址从 localhost 修改为远程服务器地址 67.209.178.202
- 更新数据库连接密码为 123456
- 保持日志开关配置不变
This commit is contained in:
2026-05-23 16:10:54 +08:00
parent fe185c1ed1
commit 87bb5030f7

View File

@@ -5,7 +5,7 @@ server:
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/demo_news?characterEncoding=UTF-8&&serverTimezone=GMT
url: jdbc:mysql://67.209.178.202:3306/demo_news?characterEncoding=UTF-8&&serverTimezone=GMT
username: root
password: 135827
type: com.alibaba.druid.pool.DruidDataSource
@@ -59,4 +59,4 @@ sa-token:
# token 风格默认可取值uuid、simple-uuid、random-32、random-64、random-128、tik
token-style: uuid
# 是否输出操作日志
is-log: true
is-log: true