zhangchuanxi
/
saas-common-lib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0858ede02562688affdeee30ed3d314c47205291
Authored by
ci-aliyun
2018-09-06 17:59:42 +0800
1 parent
d5b2b3a9
#chore:修改版本为1.2.2
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
README.md
pom.xml
README.md
View file @
0858ede
...
...
@@ -27,3 +27,6 @@ spring:
27
27
28
28
### v1.2.1
29
29
- 增加了KeyGenerator实现类,实现类中使用className.methodName:params拼接成key
30
+
31
+### v1.2.2
32
+- 增加了对@CacheEvict(allEntries = true)的支持
30
33
\ No newline at end of file
...
...
pom.xml
View file @
0858ede
...
...
@@ -6,7 +6,7 @@
6
6
7
7
<groupId>com.irrigation</groupId>
8
8
<artifactId>common-lib</artifactId>
9
- <version>1.2.
1
</version>
9
+ <version>1.2.
2
</version>
10
10
11
11
<properties>
12
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...
...