springboot之端⼝设置和contextpath的配置⽅式⽬录
端⼝设置和contextpath的配置
端⼝设置
ContextPath配置
Springboot中添加contextPath
profile配置
端⼝设置和contextpath的配置
端⼝设置
Spring boot 默认端⼝是8080,如果想要进⾏更改的话,只需要修改applicatoin.properties⽂件,在配置⽂件中加⼊:server.port= 9090
常⽤配置:
>>>>>>>>>>>#
###EMBEDDED SERVER CONFIGURATION (ServerProperties)
>>>>>>>>>>>#
spring怎么读取配置#server.port=8080
#server.address= # bind to a specific NIC
#server.session-timeout= # session timeout in seconds
#the context path, defaults to '/'
#t-path=/spring-boot
#server.servlet-path= # the servlet path, defaults to '/'
#at.access-log-pattern= # log pattern of the access log
#at.access-log-enabled=false # is access logging enabled
#at.protocol-header=x-forwarded-proto # ssl forward headers
#-ip-header=x-forwarded-for
#at.basedir=/tmp # base dir (usually not needed, defaults to tmp)
#at.background-processor-delay=30; # in seconds
#at.max-threads = 0 # number of threads in protocol handler
#at.uri-encoding = UTF-8 # character encoding to use for URL decoding
ContextPath配置
常⽤配置:
>>>>>>>>>>>#
###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 '/'
#t-path=/spring-boot
#server.servlet-path= # the servlet path, defaults to '/'
#at.access-log-pattern= # log pattern of the access log
#at.access-log-enabled=false # is access logging enabled
#at.protocol-header=x-forwarded-proto # ssl forward headers
#-ip-header=x-forwarded-for
#at.basedir=/tmp # base dir (usually not needed, defaults to tmp)
#at.background-processor-delay=30; # in seconds
#at.max-threads = 0 # number of threads in protocol handler
#at.uri-encoding = UTF-8 # character encoding to use for URL decoding
Springboot中添加contextPath
profile配置
server
context-apth: /spring-boot
以上为个⼈经验,希望能给⼤家⼀个参考,也希望⼤家多多⽀持。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
Quartz与SpringBoot集成使用
« 上一篇
SpringBoot配置文件加载顺序
下一篇 »
推荐文章
热门文章
-
随机森林特征选择原理
2024-10-02 -
自动驾驶系统中的随机森林算法解析
2024-10-02 -
随机森林算法及其在生物信息学中的应用
2024-10-02 -
监督学习中的随机森林算法解析(六)
2024-10-02 -
随机森林算法在数据分析中的应用
2024-10-02 -
机器学习——随机森林,RandomForestClassifier参数含义详解
2024-10-02 -
随机森林 的算法
2024-10-02 -
随机森林算法作用
2024-10-02 -
监督学习中的随机森林算法解析(十)
2024-10-02 -
随机森林算法案例
2024-10-02 -
随机森林案例
2024-10-02 -
二分类问题常用的模型
2024-10-02 -
绘制ssd框架训练流程
2024-10-02 -
一种基于信息熵和DTW的多维时间序列相似性度量算法
2024-10-02 -
SVM训练过程范文
2024-10-02 -
如何使用支持向量机进行股票预测与交易分析
2024-10-02 -
二分类交叉熵损失函数binary
2024-10-02 -
tinybert_训练中文文本分类模型_概述说明
2024-10-02 -
基于门控可形变卷积和分层Transformer的图像修复模型及其应用
2024-10-02 -
人工智能开发技术的测试和评估方法
2024-10-02
最新文章
-
基于随机森林的数据分类算法改进
2024-10-02 -
人工智能中的智能识别与分类技术
2024-10-02 -
基于人工智能技术的随机森林算法在医疗数据挖掘中的应用
2024-10-02 -
随机森林回归模型的建模步骤
2024-10-02 -
r语言随机森林预测模型校准曲线
2024-10-02 -
《2024年随机森林算法优化研究》范文
2024-10-02
发表评论