Spring boot默认是/ ,这样直接通过http://ip:port/就可以访问到index页面,如果要修改为http://ip:port/path/ 访问的话,那么需要在Application.properties文件中加入server.context-path = /你的path,比如:spring-boot,那么访问地址就是http://ip:port/spring-boot 路径。

server.context-path=/spring-boot

常用配置:

########################################################

###EMBEDDED SERVER CONFIGURATION (ServerProperties)

########################################################

#server.port=8080

#server.address= # bind to a specific NIC

#server.session-timeout= # session timeout in seconds

#the context path, defaults to '/'

#server.context-path=/spring-boot

#server.servlet-path= # the servlet path, defaults to '/'

#server.tomcat.access-log-pattern= # log pattern of the access log

#server.tomcat.access-log-enabled=false # is access logging enabled

#server.tomcat.protocol-header=x-forwarded-proto # ssl forward headers

#server.tomcat.remote-ip-header=x-forwarded-for

#server.tomcat.basedir=/tmp # base dir (usually not needed, defaults to tmp)

#server.tomcat.background-processor-delay=30; # in seconds

#server.tomcat.max-threads = 0 # number of threads in protocol handler

#server.tomcat.uri-encoding = UTF-8 # character encoding to use for URL decoding

最新文章

  1. JS原生第六篇 (帅哥)
  2. Cocos2d-x 核心概念 - 坐标系(UI.OpenGL.世界坐标系.模型坐标系)
  3. 如何创建一个客户端回调:js获得服务端的内容?
  4. disucz!NT 3.5.0 验证码点击不能变化只是样式变化
  5. Andropid自己定义组件-坐标具体解释
  6. HDU 5904 - LCIS (BestCoder Round #87)
  7. USB系列之二:读取USB设备的描述符
  8. [Math]Reverse Integer
  9. Java 并发 线程的优先级
  10. Erlang Rebar 使用指南之四:依赖管理
  11. D# 语法
  12. Django的contenttypes
  13. scss 转为 less
  14. springcloud 入门 11 (Hystrix Dashboard)
  15. rownum和分析函数 over
  16. 火兰hillstone与fortigate之ipsec v.p.n连接实践
  17. Entity Framework 6.x - Code First 默认创建数据库的位置
  18. python容错
  19. Mockplus推出真正无限制终身版,做原型就要一辈子!
  20. (转)架构师之DNS实战CentOS7VSCentOS6

热门文章

  1. iOS刷新某个cell时候crash
  2. html5--视频播放器实例
  3. POJ 2728(最优比率生成树+01规划)
  4. 80.用户管理 Extjs 页面
  5. 一段时间加载的js函数
  6. vue ssr 项目改造经历
  7. Spring Boot (1) 构建第一个Spring Boot工程
  8. 【转】国外程序员整理的 PHP 资源大全
  9. less 安装和webstorm的使用
  10. YOLO (You Only Look Once)