Gradle/Tomcat Run Configuration
I can't figure out how to configure a Spring MVC project in Idea and I am using a gradle.build file to run Tomcat. When I try to add a run configuration the interface displays a warning about "No artifacts marked for deployment". I know how to handle this for a maven project, but this I am using Gradle for this project. Thanks for any help.
请先登录再写评论。
I just figured out how to do this. Using the JetGradle tool window. Click the Tasks tab. Right click on the jettyRun task and select the desired run option.