增加公共配置
This commit is contained in:
parent
831e51cb41
commit
f50cbe3360
@ -25,7 +25,6 @@ public class SeerTeacherApplicationBootStrap {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication app = new SpringApplication(SeerTeacherApplicationBootStrap.class);
|
||||
Environment env = app.run(args).getEnvironment();
|
||||
log.info("spring.mvc.pathmatch.matching-strategy={}", env.getProperty("spring.mvc.pathmatch.matching-strategy"));
|
||||
String port = env.getProperty("server.port", "8087");
|
||||
String contextPath = env.getProperty("server.servlet.context-path", "/");
|
||||
log.info("----------------------------------------------------------");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user