File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed
Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 88[ ![ GitHub forks] ( https://img.shields.io/github/forks/xiaomoinfo/SpringBootUnity.svg?style=social&label=Fork )] ( https://github.com/xiaomoinfo/SpringBootUnity )
99[ ![ GitHub stars] ( https://img.shields.io/github/stars/xiaomoinfo/SpringBootUnity.svg?style=social&label=Star )] ( )
1010
11- ### 一、 项目简介
11+ ### 项目简介
1212![ mark] ( https://static.xiaomo.info/image/project/mark.svg )
1313
1414### 二、构建环境
15151 . ` maven ` latest
16162 . ` jdk1.8 `
17173 . ` spring boot 1.5.6 release ` (目前最新版)
1818
19- ### 三、 其他说明
19+ ### 其他说明
2020本人是一个热爱开源精神、追求新潮的开发者。习惯以github的issue驱动方式来组织我的项目,也希望感兴趣的朋友和我联系,一起进步,共同开发感兴趣的开源项目。
2121
22- ### 四、 关于我
22+ ### 关于我
2323 @[ 小莫] ( https://xiaomo.info ) :一个普通的技术开发者,技术过得去,还算勤勉!目前任rpg服务端主程,熟悉游戏开发和web开发。同时也是个喜欢二次元的死宅,爱动漫,略懂日语。
2424
25- ### 五、 问题反馈
25+ ### 问题反馈
26261 . 欢迎提[ issue] ( https://github.com/xiaomoinfo/xiaomo-api/issues )
27272 . QQ: 83387856
28- 4 . 个人主站: https://xiaomo.info
29-
30- ### 六. gitignore不生效的原因和解决办法
31- 无效的原因是:对应的目录或者文件已经被git跟踪,此时再加入.gitignore后就无效了
32-
33- 解决办法: 执行
34- ` git rm -r --cached .idea `
35- 删掉git己经管理的idea文件
28+ 4 . 个人主站: https://xiaomo.info
Original file line number Diff line number Diff line change 1818 <version >1.0.0-SNAPSHOT</version >
1919 </dependency >
2020 <dependency >
21- <groupId >org.springframework.boot</groupId >
22- <artifactId >spring-boot-starter-data-redis</artifactId >
23- </dependency >
21+ <groupId >org.springframework.boot</groupId >
22+ <artifactId >spring-boot-starter-redis</artifactId >
23+ <version >1.4.1.RELEASE</version >
24+ </dependency >
2425 </dependencies >
2526
2627
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.springframework.boot</groupId >
2121 <artifactId >spring-boot-starter-velocity</artifactId >
22+ <version >1.4.1.RELEASE</version >
2223 </dependency >
2324 </dependencies >
2425
You can’t perform that action at this time.
0 commit comments