Commit e086b385 by 刘志强

1

1 parent 2fd8df77
......@@ -2,9 +2,9 @@ server.port=${port:8088}
server.tomcat.max-threads=1000
spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/sj_sc?useUnicode=true&characterEncoding=utf-8
spring.datasource.username = root
spring.datasource.password = 2019#YpfkL999
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/kzy_db?useUnicode=true&characterEncoding=utf-8
spring.datasource.username = kzy_user
spring.datasource.password = KKzy2020#kH
mybatis.type-aliases-package=com.server.web.model
#mybatis.mapper-locations=classpath:com/server/mapper/mybatis/*.xml
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!