# Spring Boot 2.1之后如何在启动日志中打印请求路径列表 GetMapping

  • 在application.properties中增加下面这行配置:

logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping=trace

  • https://github.com/dyc87112/SpringBoot-Learning