1
Guozi1989 2018-04-09 17:10:59 +08:00
先把应用起起来。
|
2
sqsgalaxys 2018-04-09 21:50:07 +08:00 1
1. Create Spring Boot Run Configuration in the Run/Debug Configurations dialog
2. Activate the Enable JMX agent checkbox in the Run/Debug Configurations dialog 3. In your pom.xml add a dependency to spring-boot-starter-actuator For more information please refer to our Help: https://www.jetbrains.com/help/idea/spring-boot.html#access-http-request-mappings-from-the-editor 参考:https://blog.jetbrains.com/idea/2018/01/whats-new-in-intellij-idea-2018-1-eap-4/ |