Commit ac96de27 by 刘志强

1

1 parent dda986ad
......@@ -2,9 +2,9 @@ server.port=${port:8081}
server.tomcat.max-threads=1000
spring.application.name=sj-oss
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
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!