gongchunyi
2026-05-16 dc4f084a89f735307b76a2e4222808d58e1a9043
src/main/resources/application-jhy.yml
@@ -28,7 +28,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 7003
  port: 9003
  servlet:
    # 应用的访问路径
    context-path: /
@@ -71,7 +71,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://223.15.233.27:9000/product-inventory-management-jhy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://172.17.0.1:9000/product-inventory-management-jhy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: JHY20260510.
      # 从库数据源