You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
1004 B

-target 1.8
-dontshrink
-dontoptimize
-dontusemixedcaseclassnames
-useuniqueclassmembernames
-dontusemixedcaseclassnames
-adaptclassstrings
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-keepnames interface ** { *; }
#-keep interface * extends * { *; }
-keepparameternames
-keepclassmembers enum * { *; }
-keeppackagenames com.inspect.admin
-keepclassmembers class * {
@org.springframework.context.annotation.Bean *;
@org.springframework.beans.factory.annotation.Autowired *;
@org.springframework.beans.factory.annotation.Value *;
@org.springframework.stereotype.Service *;
@org.springframework.stereotype.Component *;
}
-ignorewarnings
-dontnote
-printconfiguration
-keep public class com.inspect.admin.InspectAuthApplication {
public static void main(java.lang.String[]);
}