Skip to content

ui-valts-mazurs/guice-showcase

Repository files navigation

guice-showcase

Guice showcase with YGuard obfuscation.

How to run

Unobfiscated

./gradlew run

Obfuscated

./gradlew obfuscatedFatJar
java -jar build/libs/guice-showcase-fat-obfuscated-1.0-SNAPSHOT.jar

IDE

If you want to run this in IDE then switch on annotation processor support because this project uses Immutables for POJO generation.

Intellij IDEA:

  • Open File | Settings | Build, Execution, Deployment | Compiler | Annotation Processors
  • Check Enable annotation processing

About

Guice showcase with YGuard obfuscation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages