I am working on customising *CAR WAR Overlay with version 6.1.x* and add some new functionalities in the form of REST APIs. Now CAS says that in order to add a custom java class we need to do the following:
*"In order to include custom Java source, it should be included under a src/main/java directory in the overlay project source tree."* *So i included my java class which is a REST Controller at this location: src/main/java/com/example/rest/RestController.class* *However, when I run my overlay project in intellij using the command ./gradlew run and try the APIs in Postman then i get 404. Am i missing something here?* *I want to do the customisation in overlay so i dont face problem whenever i upgrade cas version. **This is the link where CAS explains about the ability to customise is below:* https://apereo.github.io/cas/development/installation/WAR-Overlay-Installation.html#custom-and-third-party-source -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/819c31e7-96a3-45b2-823c-4bacbd5da504o%40apereo.org.
