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