How do I monitor project startup?
Answered
我应该怎么监听项目的启动,例如一个springboot项目被启动了,我在在他启动时或者启动后做些事情,应该使用哪个API.
Please sign in to leave a comment.
Please ask in English
How should I listen for a project to start, such as when a SpringBoot project is started, which API should I use to do something during or after it starts?
com.intellij.execution.ExecutionListener may help
Thank you, use "com. Intellij. Execution. ExecutionListener" have the effect