Explorar el Código

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

lixing hace 4 años
padre
commit
e5c42a2f59
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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
 
+