chore: 更新数据库连接端口
- 将数据库连接端口从3306修改为13306 - 保持数据库地址、数据库名称、字符编码和时区配置不变
This commit is contained in:
@@ -5,7 +5,7 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://67.209.178.202:3306/demo_news?characterEncoding=UTF-8&&serverTimezone=GMT
|
url: jdbc:mysql://67.209.178.202:13306/demo_news?characterEncoding=UTF-8&&serverTimezone=GMT
|
||||||
username: root
|
username: root
|
||||||
password: 135827
|
password: 135827
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
|
|||||||
Reference in New Issue
Block a user