java - How do I run an imported Spring project in IntelliJ -
i've imported spring project eclipse runs perfectly. when go run/debug configurations , asks me choose main class don't know choose there lot.
with eclipse right clicked project , selected run on server, selected wildfly 10 , ran on localhost:8080
seems little more complicated here. how run project?
try selecting jboss. jboss renamed wildfly. not sure why it's still jboss in intellij. can add server using run > edit configurations > + . choose jboss in list.
https://www.jetbrains.com/help/idea/2016.2/working-with-server-run-debug-configurations.html
Comments
Post a Comment