From 7fac46f308e15c2d5577618fd9ee2d0daffbeaa7 Mon Sep 17 00:00:00 2001 From: SkyJourney Date: Sat, 12 Jul 2025 15:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Mybatis=E5=8F=8D=E5=B0=84?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E4=B8=8D=E5=88=B0=E6=96=B9=E6=B3=95=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health-consultation/health-consultation-biz/proguard.cfg | 3 ++- health-emergency/health-emergency-biz/proguard.cfg | 3 ++- health-im/health-im-biz/proguard.cfg | 3 ++- health-watch/health-watch-biz/proguard.cfg | 3 ++- jeecg-system/jeecg-system-biz/proguard.cfg | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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 # 不删除未使用代码