Add support for spring-devtools.properties
Allow `META-INF/spring-devtools.properties` files to be used by application developers to declare is specific jars should be included or excluded from the RestartClassLoader. A typical example where this might be used is a company that develops it's own set of internal JARs that are used by developers but not usually imported into their IDE. See gh-3316
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
restart.exclude.a=a.*
|
||||
restart.exclude.b=b.*
|
||||
@@ -0,0 +1,2 @@
|
||||
restart.include.a=a.*
|
||||
restart.include.b=b.*
|
||||
Reference in New Issue
Block a user