Merge branch '1.1.x'
This commit is contained in:
@@ -87,7 +87,7 @@ public class SampleIntegrationParentApplicationTests {
|
||||
|
||||
private Resource[] findResources() throws IOException {
|
||||
return ResourcePatternUtils.getResourcePatternResolver(
|
||||
new DefaultResourceLoader()).getResources("file:target/output/**");
|
||||
new DefaultResourceLoader()).getResources("file:target/output/**/*.msg");
|
||||
}
|
||||
|
||||
private String readResources(Resource[] resources) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user