Skip to content

Commit 779dd89

Browse files
committed
arthe init
1 parent f935384 commit 779dd89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quick-archetype/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
server.port=8080
22

33
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
4+
spring.datasource.url=
5+
spring.datasource.username=
6+
spring.datasource.password=
77

88

99
mybatis-plus.configuration.map-underscore-to-camel-case=true

0 commit comments

Comments
 (0)