소스 검색

Merge branch 'jwdev' of chenweida/wlyy2.0.config into jwdev

chenweida 6 년 전
부모
커밋
233582c72c
1개의 변경된 파일56개의 추가작업 그리고 0개의 파일을 삭제
  1. 56 0
      application.yml

+ 56 - 0
application.yml

@ -32,6 +32,62 @@ eureka:
    leaseRenewalIntervalInSeconds: 30 ##心跳时间 默认30秒 一般不修改
yihu:
  admin:
    client:
      advice:
        http: true
management:
  security:
    enabled: false
endpoints:
  logfile:
    enabled: true
---
spring:
  profiles: jwdev
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999
---
spring:
  profiles: jwtest
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999
---
spring:
  profiles: jwprod
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999