maven
2025-12-04 a62de2fbc299c2f72189899536266140496726fe
src/main/resources/application-qlmc.yml
@@ -17,7 +17,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8090
  port: 9134
  servlet:
    # 应用的访问路径
    context-path: /
@@ -64,7 +64,7 @@
      master:
        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-qlmc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: qlmc@123456..
        password: xd@123456..
      # 从库数据源
      slave:
        # 从数据源开关/默认关闭