fix(*) 首次提交Feign项目

This commit is contained in:
2023-08-23 16:36:00 +08:00
parent 29b449dbb3
commit 31fb0398bb
39 changed files with 2557 additions and 0 deletions

View 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