To run a Spring Boot application, there are two gradle tasks:
gradle bootRun
gradle run
Both tasks can be used to run the Spring Boot application, what are the main differences between these tasks?
bootRun {addResources = false}
2.1m questions
2.1m answers
60 comments
57.0k users