fix(*) 首次提交Feign项目
This commit is contained in:
18
Feign/src/main/resources/application-dev.yml
Normal file
18
Feign/src/main/resources/application-dev.yml
Normal file
@ -0,0 +1,18 @@
|
||||
server:
|
||||
port: 8997
|
||||
feign:
|
||||
httpclient:
|
||||
enabled: true
|
||||
compression:
|
||||
request:
|
||||
enabled: true
|
||||
mime-types: text/xml,application/xml,application/json
|
||||
min-request-size: 2048
|
||||
response:
|
||||
enabled: true
|
||||
logging:
|
||||
config: classpath:logback.xml
|
||||
file:
|
||||
path: logs/crtech-feign-provider.log
|
||||
level:
|
||||
com.crtech.feign: debug
|
||||
Reference in New Issue
Block a user