# Spring settings

> **TL;DR**
> `File | Settings | Languages & Frameworks | Spring` for Windows and Linux
>
>
>
> `IntelliJ IDEA | Preferences | Languages & Frameworks | Spring` for macOS

Use this page to configure [Spring](https://spring.io/) support in IntelliJ IDEA.

Show Profiles panel
: Show a special panel on the top of the editor allowing you to view and change the current active [Spring Profile](https://docs.spring.io/spring-boot/docs/1.2.0.M1/reference/html/boot-features-profiles.html).

Show Multiple Contexts panel
: Show a special panel for files included in two or more Spring application contexts. For more information, refer to [Configure a parent context](spring-projects.html#configure-parent-context).

Smart beans completion
: IntelliJ IDEA provides completion for beans that can be autowired and automatically injects matching beans when you enter at least three characters in a method. When disabled, you can still [invoke bean completion manually](spring-support-tutorial.html#quickly_inject_beans).

Reformat code when creating a new project
: Automatically apply your code styles to files generated by Spring Initializr in [new Spring Boot projects](spring-initializr-project-wizard.html).

Refresh health in the Actuator tab every
: For Spring Boot projects, specify how frequently you want to refresh the health information provided by the [Spring Boot
: Actuator](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html). For more information, refer to [Health](spring-boot.html#endpoints-health) and [Tutorial: Explore Spring support features](spring-support-tutorial.html).

Create run configuration automatically
: Specify whether you want IntelliJ IDEA to automatically create a [Spring Boot run configuration](run-debug-configuration-spring-boot.html) when you import a Spring Boot project.

## See also

### Reference

[Spring Boot run configuration](run-debug-configuration-spring-boot.html) [Spring Boot project wizard](spring-initializr-project-wizard.html)

