IntelliJ IDEA 2016.3 Help

Using Spring Bean Templates

This feature is supported in the Ultimate edition only.

IntelliJ IDEA provides a rich set of Spring bean templates that enable quick creation of various kinds of beans.

Adding a template bean

  1. Place the caret within the Spring configuration file, and press Alt+Insert.
  2. In the Generate menu, select Template Beans | <template-group> | <template-name>. For example, Template Beans | Common Beans | Resource Factory Bean.
  3. IntelliJ IDEA guides you through creating a bean. You need only to select the desired values for bean attributes.

See Also

```

Reference:

Language and Framework-Specific Guidelines:

Last modified: 21 March 2017