Skip to content

Commit 6b0e585

Browse files
committed
git
1 parent 593e7ae commit 6b0e585

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
#个人博客
1+
#1. 个人博客
22
1. core 核心模块 所有的公用部分都放在此模块
33
2. web 前台显示模块 启动器:WebMain
44
3. admin 后台管理模块 启动器:AdminMain
55
4. images 用户上传的头像都会保存在这里
66
5. 项目文档 包含接口文档 模块界面参考 和返回码对照表
77

8-
###本项目采用springMVC,前后分离的架构来完成,只提供数据接口。
8+
###本项目采用springMVC,前后分离的架构来完成,只提供数据接口。
9+
10+
#2. gitignore不生效的原因和解决办法
11+
无效的原因是:对应的目录或者文件已经被git跟踪,此时再加入.gitignore后就无效了,
12+
解决办法: 执行 git rm -r --cached .idea 删掉git己经管理的idea文件

0 commit comments

Comments
 (0)