Jboss RedHat Fuse 和 Spring 启动集成
Jboss RedHat Fuse and Spring Boot Integration
嗯,我知道有 3 种保险丝:独立(karaf、eap 和 springboot)、openshift 和云。
考虑到独立类型,我有这 3 个子类型:Apache Karaf、EAP 和 SpringBoot。
Apache karaf:我是从RedHat网站上下载的,在这个link:https://developers.redhat.com/products/fuse/download/。我只能使用 blueprint xml
EAP: 我下载不了,因为是商业授权,所以没法测试。
Spring Boot: 我在哪里可以下载它?在这种情况下我可以使用 Fluent Java API 吗?
只有 3 种 Red Hat Fuse 发行版(Spring 引导应用程序没有特定发行版):
OpenShift 上的红帽 Fuse:OpenShift 上的 Fuse 由一个应用程序和打包在 [=39= 中的所有必需的运行时组件组成] image,您可以查看有关如何 Develop an Application for the Spring Boot Image.
的文档
Red Hat Fuse standalone:应用程序在运行时运行,选项为 Apache Karaf 或 Red Hat EAP(出现在问题上方的图片中)
Red Hat Fuse Online
根据来自 Red Hat 网站的this link:
In standalone deployment mode, a Spring Boot application is packaged
as a Jar file and runs directly inside the Java Virtual Machine (JVM).
That is, the Spring Boot application can be run directly using the
java command with the -jar option.
嗯,我知道有 3 种保险丝:独立(karaf、eap 和 springboot)、openshift 和云。
考虑到独立类型,我有这 3 个子类型:Apache Karaf、EAP 和 SpringBoot。
Apache karaf:我是从RedHat网站上下载的,在这个link:https://developers.redhat.com/products/fuse/download/。我只能使用 blueprint xml
EAP: 我下载不了,因为是商业授权,所以没法测试。
Spring Boot: 我在哪里可以下载它?在这种情况下我可以使用 Fluent Java API 吗?
只有 3 种 Red Hat Fuse 发行版(Spring 引导应用程序没有特定发行版):
OpenShift 上的红帽 Fuse:OpenShift 上的 Fuse 由一个应用程序和打包在 [=39= 中的所有必需的运行时组件组成] image,您可以查看有关如何 Develop an Application for the Spring Boot Image.
的文档
Red Hat Fuse standalone:应用程序在运行时运行,选项为 Apache Karaf 或 Red Hat EAP(出现在问题上方的图片中)
Red Hat Fuse Online
根据来自 Red Hat 网站的this link:
In standalone deployment mode, a Spring Boot application is packaged as a Jar file and runs directly inside the Java Virtual Machine (JVM). That is, the Spring Boot application can be run directly using the java command with the -jar option.