Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jsp での編集後に STS (Spring-Tool-Suit) がサーバーを再起動しないようにするにはどうすればよいですか?
なぜSTSはそうするのですか?これは必要ないと思いますか?
デフォルトでは、STS はクラスパス上のすべてのファイルを監視して、再起動をトリガーする変更を監視します。次の構成オプションを使用して、自動再起動のトリガーからリソースを除外できます。http://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html#using-boot-devtools-restart-disable
http://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html#using-boot-devtools-restart-disable
http://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html#using-boot-devtools-restart-exclude