我正在关注此处和此处的站点,以使用 Spring Cloud Sleuth,但应用程序退出时没有任何警告/错误。我添加了对 build.gradle 的依赖:compile ('org.springframework.cloud:spring-cloud-starter-sleuth:1.0.0.RELEASE')我试图排除这里提到的公共日志记录:compile ('org.springframework.cloud:spring-cloud-starter-sleuth:1.0.0.RELEASE'){ exclude module: 'commons.logging' exclude group: 'commons.logging'}但仍然没有运气。这是控制台输出:11:57:31.952 [background-preinit] 调试 org.jboss.logging - 日志提供程序:org.jboss.logging.Log4j2LoggerProvider 11:57:31.956 [background-preinit] 信息 org.hibernate.validator.internal.util.Version - HV000001:Hibernate Validator 6.0.11.Final 11:57:31.975 [background-preinit] 调试 org.hibernate.validator.internal.engine.resolver.TraversableResolvers - 在包含“getPersistenceUtil”的类路径上找到 javax.persistence.Persistence。假设 JPA 2 环境。尝试实例化 JPA 感知 TraversableResolver 11:57:31.976 [background-preinit] 调试 org.hibernate.validator.internal.engine.resolver.TraversableResolvers - 实例化 JPA 感知 TraversableResolver 类型为 org.hibernate.validator.internal.engine.resolver.JPATraversableResolver . 11:57:31.980 [背景预初始化]调试 org.hibernate.validator。internal.xml.config.ValidationXmlParser - 尝试为基于 XML 的验证器配置加载 META-INF/validation.xml。11:57:31.981 [background-preinit] DEBUG org.hibernate.validator.internal.xml.config.ResourceLoaderHelper - 尝试通过 TCCL 加载 META-INF/validation.xml 11:57:31.982 [background-preinit] DEBUG org。 hibernate.validator.internal.xml.config.ResourceLoaderHelper - 试图通过 Hibernate Validator 的类加载器加载 META-INF/validation.xml 11:57:31.982 [background-preinit] DEBUG org.hibernate.validator.internal.xml.config。 ValidationXmlParser - 未找到 META-INF/validation.xml。仅使用基于注释的配置。11:57:32.145 [background-preinit] 调试 org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator - 通过原始 TCCL 11:57:32 加载表达式工厂。152 [background-preinit] 调试 org.hibernate.validator.internal.engine.ValidatorFactoryImpl - HV000234:使用 进程以退出代码 1 结束
1 回答
慕田峪4524236
TA贡献1875条经验 获得超5个赞
您正在使用古老版本的 Sleuth。请问可以用最新的吗?转到 start.spring.io 并使用 sleuth 生成一个 Spring Boot 项目。这样您就不必自己配置任何东西。
添加回答
举报
0/150
提交
取消