SpringBoot的注解学习总结

1、APP入口注解 SpringBootApplication:入口类Application的启动注解,是一个复合注解,包括@ComponentScan,和@SpringBootConfiguration,@EnableAutoConfiguration。链接:https://www.cnblogs.com/duanxz/p/3756364.html RestController:相当于@Resp
相关文章
相关标签/搜索