We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc6d7a commit b7fc03fCopy full SHA for b7fc03f
1 file changed
src/main/resources/application-dev.properties
@@ -2,9 +2,9 @@
2
# \u670D\u52A1\u7AEF\u53E3
3
server.port=5000
4
# \u6570\u636E\u6E90\u914D\u7F6E\uFF0C\u8BF7\u4FEE\u6539\u4E3A\u4F60\u9879\u76EE\u7684\u5B9E\u9645\u914D\u7F6E
5
-spring.datasource.url=jdbc:mysql://localhost:3306/lin-cms-java?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8
+spring.datasource.url=jdbc:mysql://localhost:3306/lin-cms?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8
6
spring.datasource.username=root
7
-spring.datasource.password=12345678
+spring.datasource.password=123456
8
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
9
# SQL\u65E5\u5FD7\u8BB0\u5F55
10
logging.level.io.github.talelin.latticy.mapper=debug
0 commit comments