2016-11-07 36 views
2

我们有一个具体要求,即应该在应用程序服务器(Web Logic)上部署企业档案(EAR)。使用spring-boot创建企业maven应用程序

  1. 春季开机可以用于这种类型的企业应用程序?
  2. 由于spring-boot提供内置的Jetty/Tomcat服务器,我可以使用jar/war部署在Web Logic应用服务器上吗?
  3. 此外,我们有一些外部依赖(不是来自maven中心) 必须包括在pom中。这会影响弹簧启动 配置吗?

回答

4
  1. 当然,它可以 - 就像春天本身。你可以阅读在这里http://www.virtual7.de/blog/2016/07/spring-boot-oracle-weblogic-server-12/
  2. 是的,这里是指示如何做到这一点:http://docs.spring.io/spring-boot/docs/current/reference/html/howto-traditional-deployment.html
  3. 这取决于什么是那些依赖关系。可能会有一些冲突,但任何冲突都可以以某种方式解决:)
+0

请避免链接唯一的答案,您可以总结。 –

+0

重写有什么意义? –

+0

请参阅:http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers –