Skip to content

Commit d7d57bc

Browse files
committed
更新配置文件
1 parent 960daa3 commit d7d57bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springboot-security-jwt/src/main/resources/application.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ server:
33
spring:
44
datasource:
55
driver-class-name: com.mysql.cj.jdbc.Driver
6-
url: jdbc:mysql://114.67.111.196:3306/test?useUnicode=true&characterEncoding=utf-8
6+
url: jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8
77
username: root
8-
password: wsy@123456
8+
password: password
99
jpa:
1010
hibernate:
1111
ddl-auto: update

0 commit comments

Comments
 (0)