作者 熊明道

更新 logistics-owms-biz-sit.yml,修改数据库配置

... ... @@ -25,7 +25,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: 1qaz@WSX
url: jdbc:mysql://10.1.1.86:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.1.86: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
... ...