Coder Social home page Coder Social logo

spring-ex's Introduction

Maven Central Apache Licence2

介绍

一个基于Spring的增强组件

如何使用

引入依赖

<dependencies>
    <dependency>
        <groupId>com.guanmengyuan</groupId>
        <artifactId>spring-ex-dependencies</artifactId>
        <version>${maven-release}</version>
        <scope>import</scope>
        <type>pom</type>
    </dependency>
</dependencies>

组件说明

spring-boot-starter-web: 官方spring-boot-starter-webmvc的增强版本

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>
  • 全局异常拦截
  • 全局响应

spring-boot-starter-mybatis-flex: mybatis-flex的增强自动配置组件

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-mybatis-flex</artifactId>
</dependency>

spring-boot-starter-wx-mini-app: 微信小程序开发组件增强工具,支持小程序多配置

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-wx-mini-app</artifactId>
</dependency>

spring-boot-starter-wx-pay: 微信支付开发组件增强工具,支持支付多配置

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-wx-pay</artifactId>
</dependency>

spring-boot-starter-alipay: 支付宝开发组件增强工具,支持多配置

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-alipay</artifactId>
</dependency>

spring-cloud-starter-auth: SpringCloud认证自动配置组件

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-cloud-starter-auth</artifactId>
</dependency>

spring-ex-common-model: 通用模型包,内置全局响应和接口

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-ex-common-model</artifactId>
</dependency>
  • BaseDomain: 通用父类
  • TenantDomain: 租户模式下的通用父类
  • ParamEnum: 通用参数枚举接口,实现该接口可将任意类型的enum作为参数传递

spring-boot-starter-oss: AWS s3协议存储通用组件

<dependency>
    <groupId>com.guanmengyuan.spring-ex</groupId>
    <artifactId>spring-boot-starter-oss</artifactId>
</dependency>

spring-ex's People

Contributors

guan-meng-yuan avatar

Stargazers

 avatar Taketoday avatar  avatar

Watchers

 avatar

Forkers

zhaozhaosong

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.