SpringMVC —— 第八章 Spring 与 Web 环境集成
1. 基本三层架构环境的搭建
创建一个 JavaEE 工程,选择模板为 Web 应用程序,并选用 Tomcat 作为服务器
在 pom.xml 中导入需要用到的依赖
2022-02-19