Progr1mmer hace 6 años
padre
commit
d81b47f3b7
Se han modificado 3 ficheros con 46 adiciones y 50 borrados
  1. 40 41
      application.yml
  2. 3 4
      svr-base.yml
  3. 3 5
      svr-wlyy.yml

+ 40 - 41
application.yml

@ -22,65 +22,64 @@ server:
eureka:
  client:
    healthcheck:
      enabled: true #启动监控检查
      enabled: false #启动监控检查
    serviceUrl:
      defaultZone: http://${eureka.server.ip}/eureka/
  instance:
    #eurika使用IP不使用host
    prefer-ip-address: true
    #定制化在eurika中显示的名称
    ##instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}}
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
    leaseRenewalIntervalInSeconds: 30 ##心跳时间 默认30秒 一般不修改
yihu:
  admin:
    client:
      advice:
        http: true
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port} #定制化在eureka中显示的名称
    #leaseRenewalIntervalInSeconds: 30 #心跳时间 默认30秒 一般不修改
#Actuator
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
---
#Hystrix
hystrix:
  command:
    default:
      execution:
        isolation:
          thread:
            timeoutInMilliseconds: 305000
#Ribbon
ribbon:
  ReadTimeout: 300000
  ConnectTimeout: 5000
#Zuul
zuul:
  host:
    socket-timeout-millis: 300000
    connect-timeout-millis: 300000
#Spring
spring:
  profiles: jwtest
  jmx:
    enabled: false
  jpa:
    database-platform: org.hibernate.dialect.MySQL5Dialect
    hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
    show-sql: false
#未知
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999
---
spring:
  profiles: jwprod
  profiles: jwdev
eureka:
  server:
    ip: 172.19.103.33:8761
#未知
yihu:
  admin:
    client:

+ 3 - 4
svr-base.yml

@ -1,7 +1,6 @@
##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主
server:
  port: ${server.svr-base-port}
  context-path: ${server.context-path.svr-base-context-path}
spring:
  datasource:
@ -44,7 +43,7 @@ spring:
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
---
@ -59,7 +58,7 @@ spring:
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
---
@ -74,4 +73,4 @@ spring:
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%

+ 3 - 5
svr-wlyy.yml

@ -22,7 +22,6 @@ spring:
    min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
    time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
hibernate:
  dialect: org.hibernate.dialect.MySQL5Dialect
  show_sql: true
@ -41,10 +40,9 @@ spring:
    password: 123456
  zipkin:
    base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
---
@ -59,7 +57,7 @@ spring:
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
---
@ -74,4 +72,4 @@ spring:
  sleuth:
    sampler:
      percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
      percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%