|
@@ -1,7 +1,7 @@
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/zh_wms_platform?serverTimezone=GMT%2B8&useSSL=false&allowMultiQueries=true
|
|
|
spring.datasource.username=root
|
|
|
-spring.datasource.password=123456789
|
|
|
-#spring.datasource.password=123456
|
|
|
+#spring.datasource.password=123456789
|
|
|
+spring.datasource.password=123456
|
|
|
|
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
@@ -11,8 +11,8 @@ db.manage-schema=information_schema
|
|
|
db.type=mysql
|
|
|
|
|
|
file.type=local
|
|
|
-file.base=/Users/mayuwei/imcs/file
|
|
|
-#file.base=D:/imcs/file
|
|
|
+#file.base=/Users/mayuwei/imcs/file
|
|
|
+file.base=D:/imcs/file
|
|
|
file.ossEndpoint=
|
|
|
file.ossKey=
|
|
|
file.ossSecret=
|