We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f225ddd commit f7c4420Copy full SHA for f7c4420
1 file changed
springboot-shiro/src/main/resources/application.yml
@@ -5,8 +5,8 @@ spring:
5
data: classpath:db/data-mysql.sql
6
7
url: jdbc:mysql://localhost:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
8
- username: honey
9
- password: Honey521.
+ username: test
+ password: 123456
10
thymeleaf:
11
cache: false
12
0 commit comments