Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
7b587184
Commit
7b587184
authored
Jan 08, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing YAML file for test
parent
4e1245d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
PropertiesLauncher.java
...a/org/springframework/boot/loader/PropertiesLauncher.java
+0
-1
map.yml
spring-boot/src/test/resources/map.yml
+5
-0
No files found.
spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java
View file @
7b587184
...
@@ -478,7 +478,6 @@ public class PropertiesLauncher extends Launcher {
...
@@ -478,7 +478,6 @@ public class PropertiesLauncher extends Launcher {
URISyntaxException
{
URISyntaxException
{
ClassLoader
parentClassLoader
=
getClass
().
getClassLoader
();
ClassLoader
parentClassLoader
=
getClass
().
getClassLoader
();
if
(
parentClassLoader
instanceof
URLClassLoader
)
{
if
(
parentClassLoader
instanceof
URLClassLoader
)
{
@SuppressWarnings
(
"resource"
)
URLClassLoader
urlClassLoader
=
(
URLClassLoader
)
parentClassLoader
;
URLClassLoader
urlClassLoader
=
(
URLClassLoader
)
parentClassLoader
;
for
(
URL
url
:
urlClassLoader
.
getURLs
())
{
for
(
URL
url
:
urlClassLoader
.
getURLs
())
{
if
(
url
.
toString
().
endsWith
(
".jar"
)
||
url
.
toString
().
endsWith
(
".zip"
))
{
if
(
url
.
toString
().
endsWith
(
".jar"
)
||
url
.
toString
().
endsWith
(
".zip"
))
{
...
...
spring-boot/src/test/resources/map.yml
0 → 100644
View file @
7b587184
mymap
:
?
key1.key2
:
value12
?
key3
:
value3
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment