Skip to content

Commit 04d332b

Browse files
committed
feat(version): v1.2.0
1:feat: 支持解析 RequestMapping 的 params 属性. #4
1 parent 6bb1815 commit 04d332b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'cn.gudqs7.idea.plugins'
7-
version '1.1.3'
7+
version '1.2.0'
88

99
repositories {
1010
mavenCentral()

parts/changeNotes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
22

33
<pre>
4+
<strong>Release v1.2.0</strong>
5+
1:feat: 支持解析 RequestMapping 的 params 属性. #4
6+
7+
English:
8+
1:feat: support parsing the params attribute of RequestMapping.
49
<strong>Release v1.1.1</strong>
510
1:fix: 修复注解中存在常量表达式时获取不到值的问题 #3
611

0 commit comments

Comments
 (0)