Simple SpringBoot Like Web Framework
在 ThoughtWorks 做session的时候写的一个简单的SpringBoot类似的web框架,实现了
@Service
@Component
@Autowired
@RestController
@RequestMapping
@RequestParam
@ResponseStatus
@ControllerAdvice
@ExceptionHandler
@Configuration
@Bean
@Scheduled
本来是在放在gitlab上的地址 ,想了想还是拿到了github上,非常适合拿来学习Spring