修正Mybatis反射读取不到方法变量的问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions, MethodParameters
|
||||||
-keep @org.springframework.stereotype.Service class *
|
-keep @org.springframework.stereotype.Service class *
|
||||||
-keep @org.springframework.web.bind.annotation.RestController class *
|
-keep @org.springframework.web.bind.annotation.RestController class *
|
||||||
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
-keep class com.renkang.**.bean.** { *; }
|
-keep class com.renkang.**.bean.** { *; }
|
||||||
-keep class com.renkang.**.model.** { *; }
|
-keep class com.renkang.**.model.** { *; }
|
||||||
-keep class com.renkang.**.vo.** { *; }
|
-keep class com.renkang.**.vo.** { *; }
|
||||||
|
-keepparameternames
|
||||||
|
|
||||||
# 关闭优化和压缩(避免框架兼容性问题)
|
# 关闭优化和压缩(避免框架兼容性问题)
|
||||||
-dontshrink # 不删除未使用代码
|
-dontshrink # 不删除未使用代码
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions, MethodParameters
|
||||||
-keep @org.springframework.stereotype.Service class *
|
-keep @org.springframework.stereotype.Service class *
|
||||||
-keep @org.springframework.web.bind.annotation.RestController class *
|
-keep @org.springframework.web.bind.annotation.RestController class *
|
||||||
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
-keep class com.renkang.**.bean.** { *; }
|
-keep class com.renkang.**.bean.** { *; }
|
||||||
-keep class com.renkang.**.model.** { *; }
|
-keep class com.renkang.**.model.** { *; }
|
||||||
-keep class com.renkang.**.vo.** { *; }
|
-keep class com.renkang.**.vo.** { *; }
|
||||||
|
-keepparameternames
|
||||||
|
|
||||||
# 关闭优化和压缩(避免框架兼容性问题)
|
# 关闭优化和压缩(避免框架兼容性问题)
|
||||||
-dontshrink # 不删除未使用代码
|
-dontshrink # 不删除未使用代码
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions, MethodParameters
|
||||||
-keep @org.springframework.stereotype.Service class *
|
-keep @org.springframework.stereotype.Service class *
|
||||||
-keep @org.springframework.web.bind.annotation.RestController class *
|
-keep @org.springframework.web.bind.annotation.RestController class *
|
||||||
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
-keep class com.renkang.**.bean.** { *; }
|
-keep class com.renkang.**.bean.** { *; }
|
||||||
-keep class com.renkang.**.model.** { *; }
|
-keep class com.renkang.**.model.** { *; }
|
||||||
-keep class com.renkang.**.vo.** { *; }
|
-keep class com.renkang.**.vo.** { *; }
|
||||||
|
-keepparameternames
|
||||||
|
|
||||||
# 关闭优化和压缩(避免框架兼容性问题)
|
# 关闭优化和压缩(避免框架兼容性问题)
|
||||||
-dontshrink # 不删除未使用代码
|
-dontshrink # 不删除未使用代码
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions, MethodParameters
|
||||||
-keep @org.springframework.stereotype.Service class *
|
-keep @org.springframework.stereotype.Service class *
|
||||||
-keep @org.springframework.web.bind.annotation.RestController class *
|
-keep @org.springframework.web.bind.annotation.RestController class *
|
||||||
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
||||||
@@ -26,6 +26,7 @@
|
|||||||
-keep class com.renkang.**.bean.** { *; }
|
-keep class com.renkang.**.bean.** { *; }
|
||||||
-keep class com.renkang.**.model.** { *; }
|
-keep class com.renkang.**.model.** { *; }
|
||||||
-keep class com.renkang.**.vo.** { *; }
|
-keep class com.renkang.**.vo.** { *; }
|
||||||
|
-keepparameternames
|
||||||
|
|
||||||
# 关闭优化和压缩(避免框架兼容性问题)
|
# 关闭优化和压缩(避免框架兼容性问题)
|
||||||
-dontshrink # 不删除未使用代码
|
-dontshrink # 不删除未使用代码
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod, Exceptions, MethodParameters
|
||||||
-keep @org.springframework.stereotype.Service class *
|
-keep @org.springframework.stereotype.Service class *
|
||||||
-keep @org.springframework.web.bind.annotation.RestController class *
|
-keep @org.springframework.web.bind.annotation.RestController class *
|
||||||
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
-keep @org.springframework.context.annotation.Configuration class * { *; }
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
-keep class org.jeecg.**.bean.** { *; }
|
-keep class org.jeecg.**.bean.** { *; }
|
||||||
-keep class org.jeecg.**.model.** { *; }
|
-keep class org.jeecg.**.model.** { *; }
|
||||||
-keep class org.jeecg.**.vo.** { *; }
|
-keep class org.jeecg.**.vo.** { *; }
|
||||||
|
-keepparameternames
|
||||||
|
|
||||||
# 关闭优化和压缩(避免框架兼容性问题)
|
# 关闭优化和压缩(避免框架兼容性问题)
|
||||||
-dontshrink # 不删除未使用代码
|
-dontshrink # 不删除未使用代码
|
||||||
|
|||||||
Reference in New Issue
Block a user