logging: level: com: netflix: DEBUG eureka: instance: prefer-ip-address: true spring: jpa: database-platform: org.hibernate.dialect.MySQL5Dialect hibernate.dialect: org.hibernate.dialect.MySQL5Dialect #应用部署所在区域 deploy: region: 3502 #服务端口,以10100开始,每个服务间隔为10,当前最大:10180 svr-adaption.server.port: 10150 svr-app.server.port: 10160 svr-configuration.server.port: 1221 svr-dict.server.port: 10050 svr-esb.server.port: 10130 svr-geography.server.port: 10090 svr-health-profiles.server.port: 9009 svr-organization.server.port: 10070 svr-pack-mgr.server.port: 10140 svr-pack-resolve.server.port: 10170 svr-patient.server.port: 10100 svr-security.server.port: 10110 svr-special-dict.server.port: 10180 svr-standard.server.port: 10040 svr-user.server.port: 10120 ag-ehr-platform.server.port: 443 #错误消息 ehr.common.invalid.parameter: 参数解析错误 ehr.common.query.not.found: 不存在该对象 ehr.common.repeat.code: 代码重复 --- spring: profiles: dev eureka: instance: ipAddress: 127.0.0.1 --- spring: profiles: test eureka: instance: ipAddress: 172.19.103.73 --- spring: profiles: prod eureka: instance: ipAddress: 11.1.2.21