Git Product home page Git Product logo

spring-boot-extension's Introduction

Build Status CircleCI 65ac2ad9bc494943b8e4571c9adeefc5 CodeFactor

DeepSource DeepSource

QQ群:857146133 brightgreen

Spring%20Framework 6.1 Spring%20Boot 3.3 Gradle 8 spring extension dependencies

spring boot

这是一个springboot整合多个第三方框架的starter集合
以及关于Gradle的各种使用方式示例
使用第三方包基本覆盖最新版本
里面的代码或多或少应该可以帮助到你
如果能从中学习到某些技术或者技巧,麻烦star一下
MockMvc与WebclientTest测试覆盖大部分功能
测试用例执行使用 testcontainers-java
如有需要请提出issue

项目结构

|--spring-boot-example
    |--buildSrc(Gradle自定义插件)
    |--gradle/libs.versions.toml(gradle Catalog依赖管理)
    |--spring-auto-service(SpringBoot自动装配文件生成器)
    |--spring-boot-example(示例项目)
    |--spring-boot-extension-autoconfigure(spring boot自动装配)
    |--spring-boot-extension-starters(starter集合包)
    |--spring-boot-extension-tests(测试用例集合)
    |--spring-extension-bom(BOM)
    |--spring-extension-commons(通用基础工具包)
    |--spring-extension-context(拓展核心包)
    |--spring-extension-dependencies(依赖版本管理)

项目相关版本控制

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.github.livk-cloud</groupId>
            <artifactId>spring-extension-dependencies</artifactId>
            <version>${version}</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>

Gradle

dependencies {
    implementation platform("io.github.livk-cloud:spring-extension-dependencies:$version")
}

仅使用当前项目的依赖相关

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.github.livk-cloud</groupId>
            <artifactId>spring-extension-bom</artifactId>
            <version>${version}</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>

Gradle

dependencies {
    implementation platform("io.github.livk-cloud:spring-extension-bom:$version")
}

其他支持

JetBrains - 感谢JetBrains对 spring-boot-extension项目的支持

spring-boot-extension's People

Contributors

livk-cloud avatar renovate[bot] avatar dependabot[bot] avatar koushenhai avatar deepsource-autofix[bot] avatar mend-bolt-for-github[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.