配置文件application.properties
#配置端口
server.port=9999
# spring开启允许循环依赖
spring.main.allow-circular-references=true
#日志的级别
logging.level.cn.ton.controller.feign.DemoFeign = debug
该配置文件设置了服务器端口为9999,允许Spring的循环依赖,以及将特定控制器的日志级别设为debug级别。
#配置端口
server.port=9999
# spring开启允许循环依赖
spring.main.allow-circular-references=true
#日志的级别
logging.level.cn.ton.controller.feign.DemoFeign = debug
560

被折叠的 条评论
为什么被折叠?