How do I monitor project startup?

Answered

我应该怎么监听项目的启动,例如一个springboot项目被启动了,我在在他启动时或者启动后做些事情,应该使用哪个API.

0
4 comments

Please ask in English

1

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? 

0

com.intellij.execution.ExecutionListener may help

1

Thank you, use "com. Intellij. Execution. ExecutionListener" have the effect

0

Please sign in to leave a comment.