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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -