alacky / proguard-spring-boot-example

Proguard Spring Boot Maven Plugin Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Proguard Maven Plugin

proguard-spring-boot-example

Proguard Obfuscate Spring Boot Maven Plugin Example

For big spring boot projects we can't obfuscate all files because for example may be will break spring autowiring (by default spring autowiring search classes by variable name) and other blocks. So we must check every obfuscation rules by running .jar file.

Most of the common rules specify in the pom.xml.

Decompiling files by Intellij

We must unzip .jar and put package files in the project/target directory. Then we can open target directory in intellij project-structure window and open class. This will be real decompiled class.

About

Proguard Spring Boot Maven Plugin Example


Languages

Language:Java 100.0%