- 构建支持注解配置的应用上下文 AnnotationConfigApplicationContext
- 使用组件扫描注解 @ComponentScan
- 使用组件注解 @Component
- 控制器返回日志切面 example.aspect.ControllerReturnLoggingAspect
- 接口请求日志记录 example.web.filter.WebRequestLogFilter
- CamelParamRequestWrapper 转换下划线参数为驼峰风格的 HttpServletRequest 实现
- Spring Filter
- 脚本 start.sh:启动一个编译好的 Spring Jar,使用 nohup 命令。
- 一个 RestControllerAdvice 例子,实现了对于常见异常的处理。