Browse Source

统计分析服务增加

hill9868 7 years ago
parent
commit
2e0b409060
2 changed files with 18 additions and 1 deletions
  1. 1 0
      application.yml
  2. 17 1
      svr-quota.yml

+ 1 - 0
application.yml

@ -56,6 +56,7 @@ svr-file-resource.server.port: 10270
svr-ehr-basic.server.port: 10300
svr-redis.server.port: 10310
svr-logCollection.server.port: 10320
svr-quota.server.port: 10330
#Application acuator
endpoints:
  restart:

+ 17 - 1
svr-quota.yml

@ -1,3 +1,19 @@
logging:
  level:
    com:
      netflix: INFO
    org:
      springframework:
        web: INFO
      hibernate: ERROR
server:
  port: ${svr-quota.server.port}
management:
  port: ${server.port}
---
spring:
  profiles: dev
@ -11,7 +27,7 @@ spring:
  profiles: test
  datasource:
      url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
      url: jdbc:mysql://172.19.103.50:3306/healtharchive_220?useUnicode=true&characterEncoding=UTF-8
      username: weifuwu
      password: weifuwu