gongchunyi
22 小时以前 1c4d8b650a5a45a47c8c664ac76d66700b2cb572
src/main/resources/application-hbtmblc.yml
@@ -28,7 +28,8 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 7003
  port: 9029
  #  port: 7003
  servlet:
    # 应用的访问路径
    context-path: /
@@ -74,9 +75,10 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://172.17.0.1:9006/product-inventory-management-hbtmblc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-hbtmblc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: hbtm@123456..
        password: xd@123456..
      #          password: hbtm@123456..
      # 从库数据源
      slave:
        # 从数据源开关/默认关闭