Add missing YAML file for test
This commit is contained in:
@@ -478,7 +478,6 @@ public class PropertiesLauncher extends Launcher {
|
||||
URISyntaxException {
|
||||
ClassLoader parentClassLoader = getClass().getClassLoader();
|
||||
if (parentClassLoader instanceof URLClassLoader) {
|
||||
@SuppressWarnings("resource")
|
||||
URLClassLoader urlClassLoader = (URLClassLoader) parentClassLoader;
|
||||
for (URL url : urlClassLoader.getURLs()) {
|
||||
if (url.toString().endsWith(".jar") || url.toString().endsWith(".zip")) {
|
||||
|
||||
5
spring-boot/src/test/resources/map.yml
Normal file
5
spring-boot/src/test/resources/map.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
mymap:
|
||||
? key1.key2
|
||||
: value12
|
||||
? key3
|
||||
: value3
|
||||
Reference in New Issue
Block a user