学习
未读
SpringBoot将默认的Tomcat替换为Undertow
SpringBoot将默认的Tomcat替换为UndertowSpringBoot 可以无缝衔接三大 Servlet 容器,Tomcat、Jetty、Undertow,但是 Undertow 性能相较前两者更加优异SpringBoot 快速集成Undertow添加依赖<dependency&g
学习
未读
SpringBoot 常用注解
SpringBoot 常用注解一、注解(annotations)列表@SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Co