Skip to content

Commit a814104

Browse files
gadfly3173colorful3
authored andcommitted
fix: 修复错误修改的配置
1 parent e6105af commit a814104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
server:
44
# 服务端口
5-
port: 3000
5+
port: 5000
66

77

88
spring:
99
# 数据源配置,请修改为你项目的实际配置
1010
datasource:
1111
username: "root"
12-
password: "yishiyile"
12+
password: "123456"
1313
driver-class-name: com.mysql.cj.jdbc.Driver
1414
url: jdbc:mysql://localhost:3306/lin-cms?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8
1515

0 commit comments

Comments
 (0)