On Windows, You can use "build run". On Linux "./build.sh run" see [https://github.com/apereo/cas-overlay-template] ,
also I would suggest using "build xxx" instead of "mvn xxx" in most use case, CAS have some additional steps bundle in after running mvn xxx (from what I can see), so better use the official recommended compile method. Cheers! - Andy On Monday, 9 April 2018 21:53:32 UTC+8, Donghua Liu wrote: > > 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/2869c3ae-5899-4792-82be-c5c1df2c82ed%40apereo.org.
