LoginSignup
0
0

More than 5 years have passed since last update.

spring-boot-devtools には automatically disabled when running a fully packaged application と書いてあるけどそうではない話し

Last updated at Posted at 2016-11-06

2016/11/06時点の最新版である、1.4.1.RELEASE についての話しです。

A. ドキュメントによれば、jar とかでは自動的に無効になるって書いてあるけど、そうなってないですよね?
Q. Duplicates #7014 → 7014 によれば、「ドキュメントの方を変える必要があるかも (We may just need to fix the documentation.)」とのこと。

springBoot {
    excludeDevtools = true
}

で対応するのが筋よさそうだ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0