How to run my project in Wildfly and debug using intellij?

已回答

Hi there! I'm a Eclipse IDE user trying out Intellij.

In Eclipse I add a server and click "publish" then "debug", and I'm ready. Now how can I do it on Intellij?

I was reading this about using a dockerfile, but I don´t know what´s a dockerfile. Hope I don´t need a Docker course to debug my app in Intellij :)

0

General documentation for configuring Java EE applications could be found at https://www.jetbrains.com/help/idea/enabling-java-ee-application-support.html

You can also check YouTube to find a detailed tutorial: https://www.youtube.com/watch?v=l4uAJlvb9IY

-1

Thank you very much, with a little more questions solved, it's now running!

0

请先登录再写评论。