Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 523 Bytes

SLWF

Simple SpringBoot Like Web Framework

ThoughtWorks 做session的时候写的一个简单的SpringBoot类似的web框架,实现了

@Service

@Component

@Autowired

@RestController

@RequestMapping

@RequestParam

@ResponseStatus

@ControllerAdvice

@ExceptionHandler

@Configuration

@Bean

@Scheduled

本来是在放在gitlab上的地址 ,想了想还是拿到了github上,非常适合拿来学习Spring