Skip to content

SpringBoot Starters and Dependency Management for SpringBoot Applications and HuaweiCloud Services.

License

Notifications You must be signed in to change notification settings

huaweicloud/spring-boot-huawei

Repository files navigation

Build Status License Maven Central

介绍

本项目旨在简化基于spring-boot的项目开发时,对于开发环境依赖jar包的管理问题。

如何使用

基本结构说明

spring-boot-huawei内部模块及简介如下所示:

spring-boot-huawei
 |
 |-spring-boot-huawei-dependencies # 该模块为内部模块的依赖模块,主要功能是提供依赖包的版本管理,其他模块的父模块均直接或间接使用此模块,如无特殊,spring-boot-huawei使用统一版本的jar包。
 |
 |-spring-boot-huawei-parent # 该模块以dependencies模块为父模块,使用其提供的依赖版本管理,本身提供一些插件定义及插件版本管理,作为本项目中其他模块的父模块使用
 |
 |-spring-boot-starter-huawei # 核心组件,该组件提供一个基于spring-boot的web项目最基本的起步依赖

如何引入依赖

当前只有spring-boot-starter-huawei模块下的各个模块为提供功能起始依赖模块,使用时直接在项目的pom中添加对应版本的功能模块即可,以核心模块为例,使用如下:

<dependencies>
    <dependency>
        <groupId>com.huaweicloud.devspore</groupId>
        <artifactId>spring-boot-starter-huawei</artifactId>
        <version>${version}</version>
    </dependency>
</dependencies>

其他模块参见各模块的文档说明.

注: 当前各功能模块使用的spring-boot版本为2.7.4,请不要使用过低的spring-boot版本(spring boot 2.0以上)

About

SpringBoot Starters and Dependency Management for SpringBoot Applications and HuaweiCloud Services.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •