摘要:
Springboot使用起来很简单,在pom中引入如下依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.3 阅读全文
摘要:
1:拿经常使用Spring+springmvc举例子, 通常我们会配置下面的配置文件。 web.xml: 里面配置监听器,DispatcherServlet 等。 零配置之后就是靠tomcat启动通过SPI机制找ServletContainerInitializer实现类,调用onStartup(s 阅读全文