SpringBoot | STS的一个好处2018-09-10 本文已影响0人 码农学禅 如果没有STS,直接Run,启动之后不知道怎么停下来。再次启动时,就会报8080端口已经被占用。 用STS,可以Run As Spring Boot App,这样就可以STOP,调试很方便。