检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
spring-boot-huawei使用指南 spring-boot-huawei使用概述 使用指南 配置说明 父主题: DevSpore-SDK使用指南
spring-boot-huawei使用概述 开发简介 本SDK旨在简化基于spring-boot的项目开发时,对于开发环境依赖jar包的管理问题。 开发能力要求 您需具备以下开发能力: 熟悉Java语言,并有Java程序开发经验。 熟悉Maven。 基础开发环境准备 安装的工具
使用spring-boot-huawei组件 spring-boot-huawei是一个管理jar包的SDK,主要帮助用户管理一些常用sdk的依赖版本。 使用方式 当前spring-boot-huawei各功能模块以jar包的方式提供起始依赖,自动加入实现该模块功能的jar依赖,
</parent> spring-boot-huawei本身带有一个模块spring-boot-huawei-dependencies用来管理整个项目的依赖管理。 spring-boot-huawei项目下其他模块均通过spring-boot-huawei-parent作为父模块间接使用其版本管理功能。
表12 spring-boot-huawei版本变更 开发语言 包含的模块 版本及下载地址 变更描述 Java spring-boot-huawei spring-boot-huawei-dependencies spring-boot-huawei-parent spring-boot-starter-huawei
使用指南 使用spring-boot-huawei组件 使用spring-boot-starter-huawei组件 组件纳管的依赖包和版本 父主题: spring-boot-huawei使用指南
接入指南 pom文件添加依赖。 <dependency> <groupId>com.huaweicloud.devspore</groupId> <artifactId>devspore-clientcontrol</artifactId> <versio
spring-boot-starter-huawei和spring-boot-huawei-dependencies(jdk8优选本版本):2.1.10.JDK8-RELEASE。 spring-boot-starter-huawei和spring-boot-huawei-dependencies(jdk17优选版本):2
配置说明 日志配置 使用swagger进行在线API文档配置 父主题: spring-boot-huawei使用指南
ter-huawei-devspore-auth-oneaccess依赖。 <dependency> <groupId>com.huaweicloud.devspore</groupId> <artifactId>spring-boot-starter-huawei-devs
devspore-security使用指南 devspore-probe使用指南 devspore-clientcontrol使用指南 spring-boot-huawei使用指南 AstroPro-SDK版本变更与下载
内置入口插件。 package com.huawei.devspore.horizon.authorization; import com.huawei.devspore.horizon.DataEvent; import com.huawei.devspore.horizon.Operation;
resilience4j.circuitbreaker.CallNotPermittedException: CircuitBreaker 'com.huaweicloud.testclientcontrol.serivce.impl.UserServiceImpl#testFallBack' is
spring-boot-starter-huawei中默认使用slf4j作为日志门面,log4j2作为日志实现框架。 当项目中的依赖可能存在有关logback日志框架的时候需要将其排除,否则可能会有spring-boot-starter-huawei中配置的slf4j(使用log4j-
插件均需注册为bean。 import com.huawei.devspore.horizon.DataEvent; import com.huawei.devspore.horizon.exception.PluginException; import com.huawei.devspore.horizon
自定义缓存key读取失败 问题描述 运行时报错com.huaweicloud.devspore.clientcontrol.core.ClientControlCacheComponent] [ERROR] - [Expression [xxxxx] @xx: ELxxxx]。 解决方案
<groupId>com.huaweicloud.devspore</groupId> <artifactId>spring-boot-starter-huawei-devspore-security</artifactId> <version>${com.huaweicloud
"xiaoweimin@huawei.com"))) @SpringBootApplication @ComponentScan(value = {"com.huawei.coral", "com.huawei.coral.coralgeneratorsvr", "com.huawei.clouddragon
印日志:post metrics to aom success。 解决方案 在项目中添加配置参数:logging.level.com.huawei.devspore.probe=error,使得devspore-probe仅打印error日志。 父主题: devspore-probe使用指南
中可获取到对应bean。 TokenParser接口介绍 package com.huaweicloud.devspore.auth.commons.spi; import com.huawei.devspore.plugin.spi.authentication.UserInfo;