Spring boot maven plugin not terminating forked tomcat process -
i development cycle using mvn clean bundle spring-boot:run
, forked new process run tomcat server have two: maven process , tomcat process.
the problem when maven process killed, forked tomcat process isn't dead have go through task manager each time, search process , kill manually.
is there setting disable process forking, or automatically kill forked process? tried searching the plugin manual found nil relevant.
edit: i'm using spring boot 1.1.1.release
spring spring-boot
No comments:
Post a Comment