diff --git a/crm-admin/src/main/resources/application-dev.yml b/crm-admin/src/main/resources/application-dev.yml index 30310ac..0d6579c 100644 --- a/crm-admin/src/main/resources/application-dev.yml +++ b/crm-admin/src/main/resources/application-dev.yml @@ -2,7 +2,8 @@ spring: #redis redis: # 地址 - host: 121.37.179.211 +# host: 121.37.179.211 + host: 192.168.0.199 # 端口,默认为6379 port: 6379 # 数据库索引 @@ -60,4 +61,4 @@ userinfo: # 微信支付API调用服务器的IP wxPayClientIp: 60.204.129.13 # 配置文件路径 - configUrl: E:/config/application/config.properties \ No newline at end of file + configUrl: E:/config/application/config.properties diff --git a/crm-admin/src/main/resources/application.yml b/crm-admin/src/main/resources/application.yml index d97c122..f0cc1ac 100644 --- a/crm-admin/src/main/resources/application.yml +++ b/crm-admin/src/main/resources/application.yml @@ -17,7 +17,7 @@ server: #spring 配置 spring: profiles: - active: dev + active: prod freemarker: cache: false mvc: diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml index a7bc53f..95afb5f 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/servicer/ServicerAveInfoMapper.xml @@ -46,7 +46,7 @@