springboot项目解决外部tomcat通过ip+端口访问项目

主要在springboot项目的主配置文件添加指定项目端口9008  访问路径server.contextpath=/

spring.application.name=
spring.application.index=
server.port=9008
server.contextPath=/
下面是tomcat需要配置的

 
 
                 
     

标红处是外部tomcat单独发布项目是需要添加的,此处是以当前相对路径webapps目录下的,hsweb项目

你可能感兴趣的:(springboot相关学习)