spring devtools are not included in the fat executable jar which gives this error if we try to run the spring boot jar using "java -jar " command.
Asked
Active
Viewed 667 times
1 Answers
0
Devtools are excluded by default in spring boot project. So we need to prevent that. The following page contains the detailed answer: Spring DevTools not included in the fat jar packaged with spring-boot-maven-plugin

Vishal Grover
- 11
- 2