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