소스 검색

统计分析服务增加

hill9868 8 년 전
부모
커밋
2e0b409060
2개의 변경된 파일18개의 추가작업 그리고 1개의 파일을 삭제
  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