From d5f7db6873c1b9804cddd381f58e719344fae903 Mon Sep 17 00:00:00 2001 From: zhangfeng <1603559716@qq.com> Date: 星期一, 24 七月 2023 13:33:36 +0800 Subject: [PATCH] 配置文件修改 --- src/main/resources/application-prod.yml | 34 +++++----------------------------- 1 files changed, 5 insertions(+), 29 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 46adf95..31290d4 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -3,16 +3,16 @@ tomcat: uri-encoding: UTF-8 basedir: / - port: 8006 + port: 8016 servlet: context-path: / # mysql spring: datasource: one: - url: jdbc:mysql://twt.sinanoaq.com:13306/hotwork?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai - username: root - password: Sinanoaq#415 + url: jdbc:mysql://124.221.143.185:23306/hazad?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai + username: hazad + password: c26207f1e6 type: com.alibaba.druid.pool.DruidDataSource #redis @@ -20,7 +20,7 @@ database: 0 host: 127.0.0.1 port: 6379 - password: root + password: akj78avauba789a jedis: pool: max-idle: 8 @@ -119,27 +119,3 @@ key: url: -rocketmq: - client: - logLevel: ERROR - name-server: 192.168.30.107:9876 -# name-server: localhost:9876 - producer: - group: gkhy-safeplatform-prod-HIS - sendMessageTimeout: 300000 - consumers: - #group: gkhy-safeplatform-dev-s - CreateGroup: gkhy-safeplatform-CreateConsumer-HIS - NoticeGroup: gkhy-safeplatform-NoticeConsumer-HIS - TimeOutGroup: gkhy-safeplatform-TimeOutConsumer-HIS - WaitWorkGroup: gkhy-safeplatform-WaitWorkConsumer-HIS - applySpecialWorkGroup: gkhy-safeplatform-applySpecialWorkConsumer-HIS - approvalSpecialWorkGroup: gkhy-safeplatform-topic-approvalSpecialWorkConsumer-HIS - topic: - #demoTopic: gkhy-safeplatform-topic-demo-s - preventCreateTaskTopic: gkhy-safeplatform-topic-preventCreateTask-HIS - preventNoticeTaskTopic: gkhy-safeplatform-topic-preventNoticeTask-HIS - preventTimeOutTaskTopic: gkhy-safeplatform-topic-preventTimeOutTask-HIS - preventWaitWorkTopic: gkhy-safeplatform-topic-preventWaitWork-HIS - applySpecialWorkTopic: gkhy-safeplatform-topic-applySpecialWork-HIS - approvalSpecialWorkTopic: gkhy-safeplatform-topic-approvalSpecialWork-HIS -- Gitblit v1.9.2