Intellij Spring-Boot-Devtools erkennen Änderungen nicht automatisch
Posted: 11 Mar 2025, 23:30
Ich möchte automatische Neustart/Nachladen mit Spring-Boot-Devtools in der Intellij Community Edition
aktivieren.
Ich habe Konsolenmeldungen, um anzuzeigen, dass die Devtools korrekt initialisiert wurden, wie zum Beispiel der Live -Reload -Server. Build > Build Project , but I really need this to be an automatic thing as I am mainly working on a separate window in VSCode (working on JavaScript files, which the community version of IntelliJ doesn't support)
I have tried the following two settings which seemed to be the solution to this or similar issues:
aktivieren.
Code: Select all
org.springframework.boot
spring-boot-devtools
true
I have tried the following two settings which seemed to be the solution to this or similar issues:
- Settings > Build, Execution, Deployment > Compiler> Projekt automatisch bauen < /p>
< /li>
Einstellungen> Erweiterte Einstellungen> Ermöglichen"in der application.ymlCode: Select all
devtools: restart: enabled: true
- Nachladen von Maven -Abhängigkeiten
- Neuinstallation intellij