@@ -38,7 +38,7 @@ public class DevToolsPropertiesTests {
|
||||
restart.getAllExclude(),
|
||||
arrayContaining("META-INF/maven/**", "META-INF/resources/**",
|
||||
"resources/**", "static/**", "public/**", "templates/**",
|
||||
"foo/**", "bar/**"));
|
||||
"**/*Test.class", "**/*Tests.class", "foo/**", "bar/**"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user