# 狂神springboot整合mybatis员工管理系统实现
**Repository Path**: xingchen1968_admin/springboot-03-web
## Basic Information
- **Project Name**: 狂神springboot整合mybatis员工管理系统实现
- **Description**: 狂神springboot整合mybatis员工管理系统实现
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2024-06-25
- **Last Updated**: 2024-06-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 1.首页配置:
1.注意点,所有页面的静态资源都需要使用thymeleaf接管
2.@{}
## 2.页面国际化:
1.需要配置i18n文件
2.我们如果需要在项目中进行按钮自动切换,我们需要自定义一个LocaleResolver
3.记得将自己写的组件配置到spring容器 @Bean
4.#{}
## 3.登录+拦截器
## 4.员工列表展示
1.提取公共页面
1.th:fragment="sidebar"
2.