diff --git a/health-consultation/health-consultation-biz/proguard.cfg b/health-consultation/health-consultation-biz/proguard.cfg index c481412..d15de75 100644 --- a/health-consultation/health-consultation-biz/proguard.cfg +++ b/health-consultation/health-consultation-biz/proguard.cfg @@ -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.web.bind.annotation.RestController class * -keep @org.springframework.context.annotation.Configuration class * { *; } @@ -25,6 +25,7 @@ -keep class com.renkang.**.bean.** { *; } -keep class com.renkang.**.model.** { *; } -keep class com.renkang.**.vo.** { *; } +-keepparameternames # 关闭优化和压缩(避免框架兼容性问题) -dontshrink # 不删除未使用代码 diff --git a/health-emergency/health-emergency-biz/proguard.cfg b/health-emergency/health-emergency-biz/proguard.cfg index c481412..d15de75 100644 --- a/health-emergency/health-emergency-biz/proguard.cfg +++ b/health-emergency/health-emergency-biz/proguard.cfg @@ -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.web.bind.annotation.RestController class * -keep @org.springframework.context.annotation.Configuration class * { *; } @@ -25,6 +25,7 @@ -keep class com.renkang.**.bean.** { *; } -keep class com.renkang.**.model.** { *; } -keep class com.renkang.**.vo.** { *; } +-keepparameternames # 关闭优化和压缩(避免框架兼容性问题) -dontshrink # 不删除未使用代码 diff --git a/health-im/health-im-biz/proguard.cfg b/health-im/health-im-biz/proguard.cfg index c481412..d15de75 100644 --- a/health-im/health-im-biz/proguard.cfg +++ b/health-im/health-im-biz/proguard.cfg @@ -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.web.bind.annotation.RestController class * -keep @org.springframework.context.annotation.Configuration class * { *; } @@ -25,6 +25,7 @@ -keep class com.renkang.**.bean.** { *; } -keep class com.renkang.**.model.** { *; } -keep class com.renkang.**.vo.** { *; } +-keepparameternames # 关闭优化和压缩(避免框架兼容性问题) -dontshrink # 不删除未使用代码 diff --git a/health-watch/health-watch-biz/proguard.cfg b/health-watch/health-watch-biz/proguard.cfg index beca9f3..bef94d2 100644 --- a/health-watch/health-watch-biz/proguard.cfg +++ b/health-watch/health-watch-biz/proguard.cfg @@ -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.web.bind.annotation.RestController class * -keep @org.springframework.context.annotation.Configuration class * { *; } @@ -26,6 +26,7 @@ -keep class com.renkang.**.bean.** { *; } -keep class com.renkang.**.model.** { *; } -keep class com.renkang.**.vo.** { *; } +-keepparameternames # 关闭优化和压缩(避免框架兼容性问题) -dontshrink # 不删除未使用代码 diff --git a/jeecg-system/jeecg-system-biz/proguard.cfg b/jeecg-system/jeecg-system-biz/proguard.cfg index 6435a20..09e7c3b 100644 --- a/jeecg-system/jeecg-system-biz/proguard.cfg +++ b/jeecg-system/jeecg-system-biz/proguard.cfg @@ -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.web.bind.annotation.RestController class * -keep @org.springframework.context.annotation.Configuration class * { *; } @@ -25,6 +25,7 @@ -keep class org.jeecg.**.bean.** { *; } -keep class org.jeecg.**.model.** { *; } -keep class org.jeecg.**.vo.** { *; } +-keepparameternames # 关闭优化和压缩(避免框架兼容性问题) -dontshrink # 不删除未使用代码