Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Oct 24, 2021
1 parent bd045d9 commit 6204cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ApplicationUriPrinter implements CommandLineRunner {
@Value("${server.port:9999}")
private int port;

@Value("${server.servlet.context-path:''}")
@Value("${server.servlet.context-path:}")
private String contextPath;

@Autowired
Expand Down

0 comments on commit 6204cd1

Please sign in to comment.