springboot web应用端口和上下文根目录配置
---------------------------------------------------
server.port = 8888 ;应用端口
server.context-path = /HelloWorld ;应用根目录名称
springboot根目录配置
最新推荐文章于 2023-09-18 08:33:38 发布
springboot web应用端口和上下文根目录配置
---------------------------------------------------
server.port = 8888 ;应用端口
server.context-path = /HelloWorld ;应用根目录名称