Spring boot默認(rèn)是/ ,這樣直接通過http://ip:port/就可以訪問到index頁面,如果要修改為http://ip:port/path/ 訪問的話,那么需要在Application.properties文件中加入server.context-path = /你的path,比如:spring-boot,那么訪問地址就是http://ip:port/spring-boot 路徑。 spring boot 2.0.0的ContextPath配置有變...
www.dbjr.com.cn/article/2361...htm 2025-5-25