由于权限问题,修改服务端运行端口为8081
This commit is contained in:
parent
4b7411f562
commit
e8d91a4022
@ -1,4 +1,4 @@
|
|||||||
server.port=80
|
server.port=8081
|
||||||
|
|
||||||
spring.thymeleaf.prefix=classpath:templates/
|
spring.thymeleaf.prefix=classpath:templates/
|
||||||
spring.thymeleaf.suffix=.html
|
spring.thymeleaf.suffix=.html
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
server.port=80
|
server.port=8081
|
||||||
|
|
||||||
spring.thymeleaf.prefix=classpath:templates/
|
spring.thymeleaf.prefix=classpath:templates/
|
||||||
spring.thymeleaf.suffix=.html
|
spring.thymeleaf.suffix=.html
|
||||||
|
Loading…
Reference in New Issue
Block a user