修改服务端运行端口,避免与其他应用程序冲突
This commit is contained in:
parent
3181288755
commit
4b7411f562
@ -35,7 +35,7 @@ public class Period {
|
||||
}
|
||||
|
||||
public Period(){
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
server.port=8080
|
||||
server.port=80
|
||||
|
||||
spring.thymeleaf.prefix=classpath:templates/
|
||||
spring.thymeleaf.suffix=.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
server.port=8080
|
||||
server.port=80
|
||||
|
||||
spring.thymeleaf.prefix=classpath:templates/
|
||||
spring.thymeleaf.suffix=.html
|
||||
|
Loading…
Reference in New Issue
Block a user