Commit 585135a2 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent d5abd57a
......@@ -77,8 +77,9 @@ public class SimpleMainTests {
private String[] getArgs(String... args) {
List<String> list = new ArrayList<>(Arrays.asList(
"--spring.main.web-application-type=none", "--spring.main.showBanner=OFF",
"--spring.main.registerShutdownHook=false"));
"--spring.main.web-application-type=none",
"--spring.main.show-banner=OFF",
"--spring.main.register-shutdownHook=false"));
if (args.length > 0) {
list.add("--spring.main.sources="
+ StringUtils.arrayToCommaDelimitedString(args));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment