Page 1 of 1

Intellij Spring-Boot-Devtools erkennen Änderungen nicht automatisch

Posted: 11 Mar 2025, 23:30
by Anonymous
Ich möchte automatische Neustart/Nachladen mit Spring-Boot-Devtools in der Intellij Community Edition
aktivieren.

Code: Select all

org.springframework.boot
spring-boot-devtools
true

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:
  • Settings > Build, Execution, Deployment > Compiler> Projekt automatisch bauen < /p>
    < /li>
    Einstellungen> Erweiterte Einstellungen> Ermöglichen

    Code: Select all

    devtools: restart: enabled: true
    "in der application.yml
  • Nachladen von Maven -Abhängigkeiten
  • Neuinstallation intellij