blob: 9c584589ef0158e73c78051d194de6cc82ece9ef [file] [log] [blame]
server:
port: 8080
## logging
logging:
level:
root: INFO
org.springframework.web: INFO
org.springframework.cloud.openfeign: TRACE
com.supwisdom.infras.security: DEBUG
com.supwisdom.leaveschool: DEBUG
spring:
application:
name: sample-client
thymeleaf:
cache: false
feign:
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
loggerLevel: full
hystrix:
enabled: true
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 5000
gateway.api.url: http://localhost:5555/api