调试独立的Spring Boot应用程序(Intellij IDEA)
作者:互联网
我正在使用Intellij IDEA 14.1,我正在尝试调试最基本的独立Spring Boot 1.2.5应用程序.有人请告诉我该怎么做?
我已经阅读了http://docs.spring.io/autorepo/docs/spring-boot/1.2.5.RELEASE/maven-plugin/usage.html,但没有成功地使它工作.最简单的方法是禁用Spring Boot在调试时使用的分叉,但同样,我没有成功. (-Dfork =假?)
任何帮助深表感谢!
解决方法:
我很迷惑.
你有一个启动独立Spring Boot应用程序的main方法,对吧?好吧,右键单击它并选择Debug’YourApp’
标签:debugging,intellij-idea,spring,spring-boot-2 来源: https://codeday.me/bug/20190717/1488977.html