application.yml或者application.properties中添加
logging:
level:
org:
springframework:
web: trace
boot:
web: trace
spring:
mvc:
log-request-details: true
启动springboot,可以就看到了
application.yml或者application.properties中添加
logging:
level:
org:
springframework:
web: trace
boot:
web: trace
spring:
mvc:
log-request-details: true
启动springboot,可以就看到了