I am using cas-overlay-template <https://github.com/apereo/cas-overlay-template> project, this is an excellent work, I frequently overwrite the default configurations. And I need to first build the war package via *mvn clean **package*, and then run it with *java -jar target/cas.war*. Is there any convenient method to speed up these process like spring-boot does. Any advice would be appreciated!
I tried to write a simple Application.java which like ordinary spring-boot application, and run it, but not work as expected, I also tried *mvn spring-boot:run*, still not work. <https://lh3.googleusercontent.com/-QOQpgx9DFWk/WstvlMR8PTI/AAAAAAAAA-A/HSOZx8q45FQSFofem6WUPM-EQ-UJHcjogCLcBGAs/s1600/%25E5%25BE%25AE%25E4%25BF%25A1%25E6%2588%25AA%25E5%259B%25BE_20180409214951.png> -- - 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/c2ad20c5-2493-4043-9d31-3c836659a130%40apereo.org.
