Files
spring-boot/spring-boot-project
mederel f918a46ea2 Support system-dependent path separators
Update `StandardConfigDataLocationResolver` so that it recognizes
both `/` and `File.separator` suffixes as directories.

Prior to this commit, working with directories on Windows was awkward
since the path separator is `\`. If a directory were specified in the
form `c:\config\`, an exception was raised complaining it did not end
with '/'.

See gh-24490
2021-04-08 20:42:35 -07:00
..
2021-03-30 20:52:38 +01:00
2021-03-29 14:39:17 +01:00
2021-03-16 20:25:41 +00:00
2021-04-04 11:12:03 +02:00
2021-04-08 13:03:45 -05:00