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