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