How do you run War files generated by Gradle War plugin on IDE? -
how run war files generated gradle war plug-in on ide? how configure ide run file on own? intellij idea can it. need configure 'gradle war' , deploy output.
apply "jetty" plugin project:
apply plugin: 'jetty'
after that, task jettyrunwar
available. run war commandline or ide.
Comments
Post a Comment