spring mvc - Encrypt JAVA SpringFramework WebApplication -
i've created springframework webapplication , want distribute it. client asked me evaluate applications on own server. want protect code encrypting source. possible? if yes, what's best tool? there performance loss using it?
we use proguard in ant task our release, makes classes harder reverse-engineer. seems better performance.
notice variables based on injection annotations should declared private
, otherwise won't injected correctly after process of proguard.
Comments
Post a Comment