修改服务端运行端口,避免与其他应用程序冲突

This commit is contained in:
Saturneric 2020-03-25 02:22:11 +08:00
parent 3181288755
commit 4b7411f562
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ public class Period {
}
public Period(){
}
}

View File

@ -1,4 +1,4 @@
server.port=8080
server.port=80
spring.thymeleaf.prefix=classpath:templates/
spring.thymeleaf.suffix=.html

View File

@ -1,4 +1,4 @@
server.port=8080
server.port=80
spring.thymeleaf.prefix=classpath:templates/
spring.thymeleaf.suffix=.html