springboot2.* 解决域名带下划线出错的问题

项目中使用了springboot2.*版本,结果发现域名中包含下划线的时候,比如adc_test.***.com ,结果接直接返回400了。结果发现这个是在tomcat 版本在8.5.31以上都会出现问题

找到个问题了接下来就是想解决方案,于是想着把tomcat 的版本给退回去,网上找了下资料,说是pom文件中配置tomcat的版本就可以了

<tomcat.version>8.0.4</tomcat.version>

结果发现启动不了,报错

Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:204)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:178)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
        ... 16 common frames omitted

查了一圈,最好找到资料说是sringboot2.*只支持tomcat8.5.* 以上的版本。

最后调整上面的tomcat 的版本高于8.5.* 但是低于8.5.31 即可。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值