What is the Eclipse Spring STS "preset?"

I have a Spring STS plugin activated in my Eclipse project. This enabled many of Spring's cool features, including specialized Spring bean file management. However, I noticed that the project settings for Spring allow you to create "Config Sets" that look like groups of bean configuration files.

I can't find documentation for this function anywhere ... does anyone know what it does?

+5
source share
1 answer

I use "config sets" to display dependencies between Spring beans in several different context files.

+3

All Articles