如何使用STS本地启动服务

How to use the STS local boot services

我已将本地引导 CLI 安装到我的 STS。

我可以看到 Spring 工具套件提供的以下服务。

如果我需要使用这些服务,例如配置服务器,我需要为配置服务器提供 Git 路径和其他配置。

或者如果我自己写服务器更好?因为我在学习。

谢谢

我终于找到了这些服务的安装路径

如果在 STS 中安装 Spring Boot CLI,它将带来 CLI 所需的 jar,将其保存在 ~/.m2 maven 存储库中。

在 STS 工作区中创建了 CLI 实例

<workspace>d/.metadata/.plugins/org.springframework.ide.eclipse.boot/installs/spring-boot-cli-<version>-bin/spring-<version>

这与 eclipse 中的 运行 tomcat 相同,其中 CATALINA_HOME 将在 .plugins 文件夹中创建

让我们看看默认情况下显示在仪表板上的服务。 这些服务是单独的或易于使用的或通常需要的现成服务。如果您需要根据您的要求进行自定义配置,我们将配置保存在 ~/.spring-cloud

有关详细信息,请参阅 Git Source