|
@@ -28,7 +28,7 @@ public class ApplicationUriPrinter implements CommandLineRunner {
|
|
@Value("${server.port:9999}")
|
|
@Value("${server.port:9999}")
|
|
private int port;
|
|
private int port;
|
|
|
|
|
|
- @Value("${server.servlet.context-path:''}")
|
|
|
|
|
|
+ @Value("${server.servlet.context-path:}")
|
|
private String contextPath;
|
|
private String contextPath;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|