1 By default, any open project in your IDE will be loaded using the
2 “restart” classloader, and any regular .jar file will be loaded using
3 the “base” classloader. If you work on a multi-module project, and not
4 each module is imported into your IDE, you may need to customize
5 things. To do this you can create a
6 META-INF/spring-devtools.properties file.
7 The spring-devtools.properties file can contain restart.exclude. and
8 restart.include. prefixed properties. The include elements are items
9 that should be pulled up into the “restart” classloader, and the
10 exclude elements are items that should be pushed down into the “base”
11 classloader. The value of the property is a regex pattern that will be
12 applied to the classpath.