ソースを参照

增加消息队列消息处理配置类

lixing 4 年 前
コミット
e5c42a2f59
1 ファイル変更3 行追加1 行削除
  1. 3 1
      fm-person/src/main/resources/bootstrap.yml

+ 3 - 1
fm-person/src/main/resources/bootstrap.yml

@@ -1,7 +1,8 @@
 spring:
   application:
     name: fm-person
-
+#  datasource:
+#    dynamic:
 server:
   port: ${SERVER_PORT:8814}
 
@@ -27,3 +28,4 @@ person:
 #  mapper-locations: classpath*:/mapper/*Mapper.xml
 #  typeAliasesPackage: com.persagy.fm.test.model.entity
 
+