Skip to main content
added 184 characters in body
Source Link
Penny Liu
  • 17.9k
  • 5
  • 89
  • 109

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POMpom.xml file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

Be sure to reload the Maven changes. This small icon is in a position that's easy to overlook.

enter image description here


IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POM file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your pom.xml file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

Be sure to reload the Maven changes. This small icon is in a position that's easy to overlook.

enter image description here


IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

added 16 characters in body
Source Link
Penny Liu
  • 17.9k
  • 5
  • 89
  • 109

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POM file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | CompilerCompiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced SettingsAdvanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POM file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POM file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.

Source Link
Penny Liu
  • 17.9k
  • 5
  • 89
  • 109

I am using IntelliJ IDEA 2024.1.4 (Ultimate Edition) for macOS.

I followed these steps,

Simply add the dependency to your POM file.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 

IntelliJ Community Edition does not support DevTools by default. We have to make some additional configurations:

  1. Select: IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler

Check box: Build project automatically

Compiler

  1. Select: IntelliJ IDEA | Settings | Advanced Settings

Check box: Allow auto-make to ...

Advanced Settings

Once these two setups are complete, IntelliJ Community Edition will be able to work with Spring Boot Dev Tools.