Skip to content

Commit dd0f24c

Browse files
authored
Update application.properties
1 parent ad2faac commit dd0f24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

springboot-freemarker/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 数据源配置
2-
spring.datasource.url=jdbc:mysql://139.224.14.39:3306/springbootdb?useUnicode=true&characterEncoding=utf8
2+
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springbootdb?useUnicode=true&characterEncoding=utf8
33
spring.datasource.username=root
4-
spring.datasource.password=Hello123!@
4+
spring.datasource.password=XX
55
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
66

77
## Mybatis 配置
@@ -18,4 +18,4 @@ spring.freemarker.content-type=text/html
1818
spring.freemarker.expose-request-attributes=true
1919
spring.freemarker.expose-session-attributes=true
2020
spring.freemarker.request-context-attribute=request
21-
spring.freemarker.suffix=.ftl
21+
spring.freemarker.suffix=.ftl

0 commit comments

Comments
 (0)