Skip to content

Commit f5eac17

Browse files
committed
第十六篇 : Spring Boot Security 整合 JWT 实现 无状态的分布式API接口
1 parent de16919 commit f5eac17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ spring:
33
driver-class-name: com.mysql.cj.jdbc.Driver
44
url: jdbc:mysql://localhost:3306/spring-security-jwt?useUnicode=true&characterEncoding=utf-8&useSSL=false
55
username: root
6-
password: 3145guofu
6+
password: root

0 commit comments

Comments
 (0)