Skip to content

Commit bf89a37

Browse files
committed
fix bug
1 parent 34a1a14 commit bf89a37

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,21 @@
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
### 二、构建环境
1515
1. `maven` latest
1616
2. `jdk1.8`
1717
3. `spring boot 1.5.6 release`(目前最新版)
1818

19-
### 三、其他说明
19+
### 其他说明
2020
本人是一个热爱开源精神、追求新潮的开发者。习惯以github的issue驱动方式来组织我的项目,也希望感兴趣的朋友和我联系,一起进步,共同开发感兴趣的开源项目。
2121

22-
### 四、关于我
22+
### 关于我
2323
@[小莫](https://xiaomo.info):一个普通的技术开发者,技术过得去,还算勤勉!目前任rpg服务端主程,熟悉游戏开发和web开发。同时也是个喜欢二次元的死宅,爱动漫,略懂日语。
2424

25-
### 五、问题反馈
25+
### 问题反馈
2626
1. 欢迎提[issue](https://github.com/xiaomoinfo/xiaomo-api/issues)
2727
2. 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

redis/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
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

velocity/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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

0 commit comments

Comments
 (0)