...
|
...
|
@@ -25,7 +25,7 @@ spring: |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: logistics
|
|
|
password: ihyTb*^9P2.)Qw
|
|
|
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
url: jdbc:mysql://10.1.10.105:3306/logistics_wms?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
|
|
|
# swagger相关配置,覆盖全局配置
|
|
|
swagger:
|
...
|
...
|
@@ -40,4 +40,4 @@ swagger: |
|
|
# Logger Config
|
|
|
logging:
|
|
|
level:
|
|
|
com.logistics4cloud.logistics.fee.mapper: debug |
|
|
\ No newline at end of file |
|
|
com.logistics4cloud.logistics.owms.mapper: debug |
|
|
\ No newline at end of file |
...
|
...
|
|