heheng
2025-09-23 733d48f803a002033c5f1d6c22dcc799bf1b724c
gkhy-admin/src/main/resources/application-pro.yml
@@ -15,7 +15,7 @@
# 开发环境配置
server:
    # 服务器的HTTP端口,默认为8080
    port: 8185
    port: 8011
    servlet:
        # 应用的访问路径
        context-path: /api
@@ -38,9 +38,9 @@
        druid:
            # 主库数据源
            master:
                url: jdbc:mysql://127.0.0.1:23306/signature?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                username: root
                password: a1a799a80ea4d35f
                url: jdbc:mysql://106.15.95.149:33306/sh_safety_inspection?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                username: sh_safety_inspection
                password: ArAkbMpkFEtDciSW
            # 从库数据源
            slave:
                # 从数据源开关/默认关闭