# springmvc-noxml **Repository Path**: gapper/springmvc-noxml ## Basic Information - **Project Name**: springmvc-noxml - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-06-15 - **Last Updated**: 2022-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 该例子演示了springmvc+thymeleaf环境的搭建 2. 使用的是无xml配置的方式,主要是体会一下servlet3的最有特点的新特性 a. 使用JavaConfig配置,代替spring-servlet.xml b. 使用SpringSCI(SpringSCI又依赖于Servlet SCI技术,SCI又依赖于SPI技术),代替web.xml 3. 理解这个例子的价值在于,对SpringBoot的启动原理有一定的帮助。