Commit 7e8706ef by wangming

Merge branch 'wangming' into '105'

banner

See merge request !21
2 parents 7b6c853d 2b8abb24
......@@ -6,6 +6,8 @@ spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.url = jdbc:mysql://192.168.20.183:3306/kzy_db_test?useUnicode=yes&characterEncoding=utf-8
spring.datasource.username = kzy_user
spring.datasource.password = Kzy2020#yY
spring.http.multipart.maxFileSize=50Mb
spring.http.multipart.maxRequestSize=50Mb
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
......
......@@ -5,7 +5,8 @@ spring.datasource.driverClassName = com.mysql.jdbc.Driver
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.http.multipart.maxFileSize=50Mb
spring.http.multipart.maxRequestSize=50Mb
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!