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 f935384 commit 779dd89Copy full SHA for 779dd89
quick-archetype/src/main/resources/application.properties
@@ -1,9 +1,9 @@
1
server.port=8080
2
3
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
4
-spring.datasource.url=jdbc:mysql://closnew-m.dbsit.sfcloud.local:3306/conversation?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
5
-spring.datasource.username=conversation
6
-spring.datasource.password=Robotkn2022
+spring.datasource.url=
+spring.datasource.username=
+spring.datasource.password=
7
8
9
mybatis-plus.configuration.map-underscore-to-camel-case=true
0 commit comments