springboot打成的jar包,如何换中间件,公司不允许使用tomcat,需要换成“东方通”的TongWeb?
不允许使用tomcat,得用TongWeb
回答:
在你对这个TongWeb足够了解的情况下,参考ServletWebServerFactoryAutoConfiguration和ServletWebServerApplicationContext#createWebServer,这两个是spring boot内置servlet容器的关键代码,ServletWebServerFactoryAutoConfiguration是配置入口,ServletWebServerApplicationContext#createWebServer是使用入口
回答:
商业产品直接找厂家支持吧
回答:
题主说的那个TongWeb估计都没有提供像tomcat的内嵌包,我估计只能将项目打成war包,通过war包形式进行部署
以上是 springboot打成的jar包,如何换中间件,公司不允许使用tomcat,需要换成“东方通”的TongWeb? 的全部内容, 来源链接: utcz.com/p/944335.html