We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb1815 commit 04d332bCopy full SHA for 04d332b
2 files changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'cn.gudqs7.idea.plugins'
7
-version '1.1.3'
+version '1.2.0'
8
9
repositories {
10
mavenCentral()
parts/changeNotes.html
@@ -1,6 +1,11 @@
1
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
2
3
<pre>
+<strong>Release v1.2.0</strong>
+ 1:feat: 支持解析 RequestMapping 的 params 属性. #4
+
+ English:
+ 1:feat: support parsing the params attribute of RequestMapping.
<strong>Release v1.1.1</strong>
1:fix: 修复注解中存在常量表达式时获取不到值的问题 #3
11
0 commit comments