Commit 8792dcb8 by wangming

Merge branch '105' into 'master'

105

See merge request !22
2 parents 356d6b0f 7e8706ef
......@@ -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!