摘要:
4.0.0 org.springframework.boot spring-boot-starter-parent 2.0.1.RELEASE com.study SpringBootTest-1 0.0.1-SNAPSHOT RequestBodyTest ... 阅读全文
摘要:
从以下程序运行Log 可以看出在一个Request 执行过程中 MyListener>>requestInitialized >>> MyFilter>>>doFilter >>> MyInterceptor1>>>preHandle >>> Controller method >>> MyInte 阅读全文
摘要:
1. Run spring boot as a standalone application (non-web) 2. Use CommandLineRunner 启动系统任务 有一些特殊的任务需要在系统启动时执行,例如配置文件加载、数据库初始化等操作。 Spring Boot 项目会在启动时遍历素 阅读全文