We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4e27f commit f225dddCopy full SHA for f225ddd
springboot-shiro/src/main/resources/application.yml
@@ -3,7 +3,8 @@ spring:
3
driver-class-name: com.mysql.cj.jdbc.Driver
4
schema: classpath:db/schema-mysql.sql
5
data: classpath:db/data-mysql.sql
6
- url: jdbc:mysql://119.23.236.26:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
+
7
+ url: jdbc:mysql://localhost:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
8
username: honey
9
password: Honey521.
10
thymeleaf:
0 commit comments