Jaluson před 13 hodinami
rodič
revize
66b84d0211

+ 1 - 1
src/main/resources/application-prod.yaml

@@ -15,7 +15,7 @@ spring:
 logging:
   level:
     root: info
-    com.sinoqixin.bgdrocketmq: debug
+    com.sinoqixin.bgdrocketmq: info
 mybatis:
   mapper-locations: classpath*:mapper/*.xml
   type-aliases-package: com.sinoqixin.bgdrocketmq.entity

+ 1 - 1
src/main/resources/log4j2-prod.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Configuration status="WARN">
     <Properties> <!-- 配置日志文件输出目录,此配置将日志输出到工程目录下的logOut文件夹 -->
-        <Property name="APP_NAME">dataCenterProject</Property>
+        <Property name="APP_NAME">bgd-rocketmq</Property>
         <Property name="LOG_HOME">/nwyj/dataCenterProject/logs</Property>
     </Properties>
 

+ 1 - 1
src/main/resources/rocketmq-prod.yaml

@@ -1,5 +1,5 @@
 consumer:
-  groupName: dwglpt_bgdyy_planbusiness
+  groupName: dwglpt_bgdyy_plan_msg_update
   namesrvAddr: 10.10.39.13:29876;10.10.39.13:10911;10.10.39.13:10912;10.10.39.13:10913;10.10.39.13:10914;10.10.39.13:10915;10.10.39.14:29876;10.10.39.14:10911;10.10.39.14:10912;10.10.39.14:10913;10.10.39.14:10914;10.10.39.14:10915;10.10.39.15:29876;10.10.39.15:10911;10.10.39.15:10912;10.10.39.15:10913;10.10.39.15:10914;10.10.39.15:10915
   queryPlanInfoForPowerSupplyUrl_formal: http://10.10.21.28/gmp/sp/operationmaintenaceservice//prodplan/planQueryForExtService/queryPlanInfoForPowerSupply
   queryPlanBusinessInfoUrl_formal: http://10.10.21.28/gmp/sp/operationmaintenaceservice/prodplan/planInfoForQuery/queryPlanBusinessInfo