Plausi pfad korrigiert
All checks were successful
Productdefinitions Build & Deploy / deploy (push) Successful in 39s
All checks were successful
Productdefinitions Build & Deploy / deploy (push) Successful in 39s
This commit is contained in:
@@ -278,8 +278,7 @@ public class AprioriService {
|
|||||||
IRI artIri = iri("http://vvo.pisanoapi.at/art");
|
IRI artIri = iri("http://vvo.pisanoapi.at/art");
|
||||||
|
|
||||||
PathMatchingResourcePatternResolver resolver = new PathMatchingResourcePatternResolver();
|
PathMatchingResourcePatternResolver resolver = new PathMatchingResourcePatternResolver();
|
||||||
Resource[] resources = resolver.getResources("classpath:auto:data/plausis/*");
|
Resource[] resources = resolver.getResources("classpath*:data/plausis/*");
|
||||||
|
|
||||||
int i = 1;
|
int i = 1;
|
||||||
List<Resource> sortedResources = Arrays.stream(resources)
|
List<Resource> sortedResources = Arrays.stream(resources)
|
||||||
.sorted(Comparator.comparing(Resource::getFilename))
|
.sorted(Comparator.comparing(Resource::getFilename))
|
||||||
|
|||||||
Reference in New Issue
Block a user