Skip to content

Commit

Permalink
removing upgrade to spring boot 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 14, 2018
1 parent 176bda3 commit bfc45fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public class RootRootContext extends StandardContext {

public RootRootContext() {
super();
setPath("/ "); // this means "/"
setPath(""); // this means "/"
setDisplayName("RootRoot");
}

Expand Down

0 comments on commit bfc45fb

Please sign in to comment.