当前位置: 首页 > 知识库问答 >
问题:

Spring Boot管理客户端未注册

丌官飞章
2023-03-14

我有一个Spring启动1.5.1服务和一个Spring启动管理2.0.1。

考虑到这个留档(http://codecentric.github.io/spring-boot-admin/2.0.0/#monitoring-spring-boot-1.5.x),它们是兼容的。

这是我的客户端设置

我的入口

@SpringBootApplication
public class Run {

    /**
     * Starts the application.
     * @param args the arguments to start the application.
     * @throws Exception if an error occurs.
     */
    public static void main(String[] args)
        throws Exception {
        SpringApplication.run(Run.class, args);
    }
}

build.gradle

    dependencies { 
//other internal dependencies
        compile 'org.modelmapper:modelmapper:0.7.7'
        compile 'org.springframework.boot:spring-boot-starter-security:1.5.1.RELEASE'
        compile 'org.springframework.boot:spring-boot-starter-web:1.5.1.RELEASE'
        compile 'org.springframework.boot:spring-boot-starter-jdbc:1.5.1.RELEASE'
        compile 'org.springframework.boot:spring-boot-starter-data-redis:1.5.1.RELEASE'
        compile 'org.springframework.boot:spring-boot-starter-amqp:1.5.1.RELEASE'
        compile 'org.springframework.boot:spring-boot-actuator:1.5.1.RELEASE'
        compile('de.codecentric:spring-boot-admin-starter-client:1.5.7')
        compile 'org.postgresql:postgresql:9.4-1206-jdbc42'
        provided 'javax.servlet:javax.servlet-api:3.1.0'
        provided 'javax.servlet.jsp:javax.servlet.jsp-api:2.3.1'
    }

应用yml

management:
  security:
    enabled: false
spring:
  boot:
    admin:
      url: http://localhost:8080

对于服务器设置,我遵循了这里的入门指南http://codecentric.github.io/spring-boot-admin/2.0.0/#_what_is_spring_boot_admin.

注:

  • 我认为服务器设置是好的,因为我能够注册服务器本身
  • 当我启动客户端时,没有什么谈论SBA客户端,即使我在application.yml中添加logging.level.de.codecentric.boot.admin: DEBUG
  • 没有关于客户端在服务器日志上注册失败的内容
  • 我试图用随机字符串更改服务器网址,看看是否会出错,但它什么也没告诉我
  • 客户端上有一个配置(http安全)覆盖

会出什么问题?在我看来,spring根本没有启动客户机。

共有3个答案

嵇永望
2023-03-14
management:
endpoints.web.exposure.include=*

将此添加到应用程序中。yml文件

越高峻
2023-03-14

你能换个地方试试吗?Spring Boot子管理客户网址

井修雅
2023-03-14

为了你的靴子1.5。x应用程序需要设置spring。靴子管理api路径=实例。看见http://codecentric.github.io/spring-boot-admin/current/#monitoring-spring-boot-1.5。十、

 类似资料:
  • Spring启动管理版本:2.0.4 我试图支持LDAP安全性来登录到Spring Boot Admin,但也支持注册到SPA服务器的客户端的基本身份验证。在LDAP完全关闭的情况下,我无法让客户端向服务器注册。 我犯的错误 将应用程序注册为Application失败(name=spall-boot-Application, Management ementUrl=... 服务器applicati

  • The AdminClient API supports managing and inspecting topics, brokers, acls, and other Kafka objects. To use the AdminClient API, add the following Maven dependency: <dependency>     <groupId>org.apac

  • 我想通过本教程将spring boot admin starter客户端注册到spring boot admin server:http://codecentric.github.io/spring-boot-admin/1.4.5/#register-客户端应用程序 但在运行之后,我发现了一个错误: 你知道怎么修吗??

  • 本规范不排除使用未注册的客户端。然而,使用这样的客户端超出了本规范的范围,并需要额外的安全性分析并审查其互操作性影响。

  • 概述 常用操作 项目初始化 库的安装 库的搜索和查看 库的更新和卸载 列出所有库 配置文件.bowerrc 相关链接 概述 随着网页功能变得越来越复杂,同一张网页加载多个JavaScript函数库早已是家常便饭。开发者越来越需要一个工具,对浏览器端的各种库进行管理,比如搜索、自动安装\卸载、检查更新、确保依赖关系等等。Bower就是为了解决这个问题而诞生的针对浏览器端的库管理工具。 Bower基于

  • 在开始协议前,客户端在授权服务器注册。客户端在授权服务器上注册所通过的方式超出了本规范,但典型的涉及到最终用户与HTML注册表单的交互。 客户端注册不要求客户端与授权服务器之间的直接交互。在授权服务器支持时,注册可以依靠其他方式来建立信任关系并获取客户端的属性(如重定向URI、客户端类型)。例如,注册可以使用自发行或第三方发行声明或通过授权服务器使用信任通道执行客户端发现完成。 当注册客户端时,客