# ssm-eclipse-chapter11 **Repository Path**: skygray/ssm-eclipse-chapter11 ## Basic Information - **Project Name**: ssm-eclipse-chapter11 - **Description**: SSM chapter 11 ,SpringMVC 入门程序,需要Tomcat 支持 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 52 - **Created**: 2021-04-14 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssm-eclipse-chapter11 #### 介绍 SpringMVC入门 P173 #### 软件架构 B/S模式,缺省使用的 SpringMVC 4.3 + Tomcat 8,注意根据具体环境,修改tomcat配置 LayUI 学习: https://www.bilibili.com/video/BV1fy4y1S7P8?p=17&spm_id_from=pageDriver Spring 学习:https://www.bilibili.com/video/BV1Q54y1z7mY #### 安装教程 1. 查找 tomcat 配置 2. 修改 ProjectFacet 和 Project properties ![输入图片说明](https://images.gitee.com/uploads/images/2021/0407/172144_de391e93_382074.png "屏幕截图.png") Project properties - build path ![输入图片说明](https://images.gitee.com/uploads/images/2021/0407/172349_8cf4eb8a_382074.png "屏幕截图.png") #### 使用说明 1. 使用J2EE视图,Run on Server 2. 浏览器访问 http://localhost:8080/chapter11/firstController ![输入图片说明](https://images.gitee.com/uploads/images/2020/1101/174753_1528f93d_382074.png "屏幕截图.png")