gongchunyi
2026-04-28 b7f073a8b5a8057117071b04cd9c554767936469
src/main/resources/application-zsjc.yml
@@ -42,7 +42,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 9002
  port: 9019
  servlet:
    # 应用的访问路径
    context-path: /
@@ -87,9 +87,9 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://172.17.0.1:9000/product-inventory-management-zsjc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-zsjc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: zsjc@123456..
        password: xd@123456..
      # 从库数据源
      slave:
        # 从数据源开关/默认关闭