maven
7 天以前 e179ca5166d6296c9bbc79067669919212e72123
src/main/resources/application-dev.yml
@@ -62,7 +62,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://localhost:3306/product-inventory-management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://localhost:3306/product-inventory-management-hckx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: 123456
      # 从库数据源
@@ -188,7 +188,7 @@
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: false
  enabled: true
  # 请求前缀
  pathMapping: /dev-api