# SpringBootProguardExample **Repository Path**: gcd381867110/SpringBootProguardExample ## Basic Information - **Project Name**: SpringBootProguardExample - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SpringBoot混淆重點 ## Main Class跟Function要保留跟指定好 要不然打包成功也不能執行 ##每個Bean都要命名好 要不然混淆的Bean Name會打架 ##Controller Package要保留 要不然Swagger會找不到 ##Get跟Set Function不要混淆 很多地方會用到Get跟Setter,像是Controller的API Function的Input物件參數、Mybatis