How to debug spring-boot application with IntelliJ IDEA community Edition?

后端 未结 9 2242
野性不改
野性不改 2021-01-29 23:43

I\'m having difficulties in debugging a Java spring-boot application on IntelliJ IDEA community Edition. The main problem is, that the IDE won\'t stop on a breakpoint, even the

9条回答
  •  心在旅途
    2021-01-29 23:48

    on inteliJ goto run-> edit configuration -> press on the '+' -> choose 'Application'

    fill the fields: main class,working directory, classpath of module

提交回复
热议问题