fix
This commit is contained in:
parent
bd045d979b
commit
6204cd1323
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user