feature(swagger and custom page) : Add swagger and custom 401 page
Showing
- src/main/java/com/smartharvester/config/SmartHarvesterSecurityConfiguration.java 5 additions, 8 deletions...harvester/config/SmartHarvesterSecurityConfiguration.java
- src/main/java/com/smartharvester/controller/SmartHarvesterAuthController.java 7 additions, 1 deletion...artharvester/controller/SmartHarvesterAuthController.java
- src/main/java/com/smartharvester/controller/SmartHarvesterController.java 3 additions, 1 deletion...m/smartharvester/controller/SmartHarvesterController.java
- src/main/java/com/smartharvester/controller/SmartHarvesterErrorController.java 9 additions, 6 deletions...rtharvester/controller/SmartHarvesterErrorController.java
- src/main/java/com/smartharvester/controller/SmartHarvesterUserController.java 3 additions, 14 deletions...artharvester/controller/SmartHarvesterUserController.java
- src/main/java/com/smartharvester/security/handler/SmartHarvesterCustomAccessDeniedHandler.java 0 additions, 37 deletions...rity/handler/SmartHarvesterCustomAccessDeniedHandler.java
- src/main/java/com/smartharvester/security/services/UserServiceImpl.java 3 additions, 2 deletions...com/smartharvester/security/services/UserServiceImpl.java
- src/main/resources/application.properties 5 additions, 1 deletionsrc/main/resources/application.properties
- src/main/resources/public/error/401.html 147 additions, 0 deletionssrc/main/resources/public/error/401.html
- src/main/resources/public/error/404.html 1 addition, 1 deletionsrc/main/resources/public/error/404.html
- src/main/resources/public/error/css/style.css 0 additions, 0 deletionssrc/main/resources/public/error/css/style.css
src/main/resources/public/error/401.html
0 → 100644
Please register or sign in to comment