【发布时间】:2015-08-28 18:39:30
【问题描述】:
我正在使用 Spring Boot 来构建和部署我的 Spring 应用程序。我有一个关于 Spring Boot 如何将服务器嵌入到包中的问题。我看到有以tomcat-embed-core为名的JAR文件,即tomcat-embed-el。这是完整的tomcat解决方案还是内部使用本地系统中安装的tomcat?
如果我们要使用像WAS 8.5这样的应用服务器,Spring Boot有没有提供的解决方案?
【问题讨论】:
标签: spring-boot