-
in the jhipster's build based on gradle, when working on Intellij IDE, the hot-reload functionality provided by spring-boot-devtools fails because of hibernate annotation-processor. During the auto-ma…
-
No qualifying bean of type 'grails.plugins.GrailsPluginManager' available
### Expected Behavior
grails 6.1.2, 6.2.0 and 7.0.0-SNAPSHOT
>gradlew runCommand -Pargs="generate-controller samp…
-
The application does not start if `spring-boot-devtools` is a dependency in the application’s `pom.xml`.
(my application is not a clone but relevant parts are identical to the bookstore-demo)
Havi…
-
Hello @decebals
When 'spring-boot-devtools' is introduced in the project, the extensions are not available. If I remove 'spring-boot-devtools', I can get the extensions normally. Is there a way to …
-
### Expected Behavior
Run custom command success
### Actual Behaviour
Context failed to load: No qualifying bean of type 'grails.plugins.GrailsPluginManager' available
See https://docs.gradle.org…
-
add Spring boot devtools for project
-
Add spring-boot-devtools depenency for automatic application restart
-
the dependency graph for spring-view-component-core shows devtools :
| +--- de.tschuehly:spring-view-component-core:0.8.1
| | +--- org.springframework.boot:spring-boot-starter-web -> 3.…
-
https://github.com/eugenp/tutorials/blob/9f4b9f8e7743fc7fef1d12408ece00ca81e295ca/spring-boot-modules/spring-boot-runtime-2/src/main/java/com/baeldung/restart/Application.java#L18
When devtools are…
-
We've had a couple of issues in this area already:
- https://github.com/spring-projects/spring-boot/issues/32517
- https://github.com/spring-projects/spring-boot/issues/32843
The first was Mave…