# web **Repository Path**: fastsun666/web ## Basic Information - **Project Name**: web - **Description**: spring mvc 传统项目构建 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-15 - **Last Updated**: 2026-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web #### 介绍 spring mvc 传统项目构建 #### 软件架构 使用SpringMVC,Shiro,Bootstrap,Hibernate,Mysql; #### 安装教程 1. 常规maven项目,使用tomcat部署。 #### 使用说明 1. tomcat部署 #### 说明 ``` 1、提交检出均不转换换行符 git config --global core.autocrlf false 2、拒绝提交包含混合换行符的文件 git config --global core.safecrlf true ```