All Projects → alibaba → Aliyun Spring Boot

alibaba / Aliyun Spring Boot

Licence: apache-2.0
Spring Boot Starters for Aliyun services

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Aliyun Spring Boot

Rocketmq Spring Boot Starter
rocketmq-spring-boot-starter
Stars: ✭ 178 (-11.88%)
Mutual labels:  aliyun, spring-boot
Spring Boot Quick
🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌
Stars: ✭ 1,819 (+800.5%)
Mutual labels:  aliyun, spring-boot
Oauth2 Family Barrel
OAuth2全家桶项目。本项目演示了如何使用spring-boot、spring-security以及spring-security-oauth快速构建OAuth2服务框架体系。
Stars: ✭ 188 (-6.93%)
Mutual labels:  spring-boot
Trackr Backend
Stars: ✭ 198 (-1.98%)
Mutual labels:  spring-boot
Material Admin
A Material Designed Admin Framework based on Spring boot2 And Bootstrap
Stars: ✭ 196 (-2.97%)
Mutual labels:  spring-boot
Resteasy Spring Boot
RESTEasy Spring Boot Starter
Stars: ✭ 190 (-5.94%)
Mutual labels:  spring-boot
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (-2.97%)
Mutual labels:  spring-boot
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (-7.92%)
Mutual labels:  spring-boot
Sample Zuul Filters
Samples of custom Zuul 1 filters for use in Spring Cloud Netflix
Stars: ✭ 201 (-0.5%)
Mutual labels:  spring-boot
Aliyun Ddns Cli
ALiDDNS - Dynamic DNS CLI for [aliyun.com]
Stars: ✭ 195 (-3.47%)
Mutual labels:  aliyun
Awesome Spring Boot
springboot 各种资料整理(demo、教程、网站、starter文档等),持续更新,欢迎pr。
Stars: ✭ 198 (-1.98%)
Mutual labels:  spring-boot
Event Driven Spring Boot
Example Application to demo various flavours of handling domain events in Spring Boot
Stars: ✭ 194 (-3.96%)
Mutual labels:  spring-boot
Ddd Java
Spring Boot + Java [ DDD Sample ]
Stars: ✭ 191 (-5.45%)
Mutual labels:  spring-boot
Blog
MyBlog
Stars: ✭ 197 (-2.48%)
Mutual labels:  spring-boot
Spring Webflux Security Jwt
A JWT authorization and authentication implementation with Spring Reactive Webflux, Spring Boot 2 and Spring Security 5
Stars: ✭ 190 (-5.94%)
Mutual labels:  spring-boot
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (-1.49%)
Mutual labels:  spring-boot
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-6.93%)
Mutual labels:  spring-boot
Him Netty
开源的H5即时聊天系统 spring-boot + netty + protobuf + vue ~
Stars: ✭ 194 (-3.96%)
Mutual labels:  spring-boot
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-3.96%)
Mutual labels:  spring-boot
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (-0.5%)
Mutual labels:  spring-boot

Introduction

License

This project is for Spring Boot Starters of Alibaba Cloud services, which makes it easy to create the Spring Boot Application in Alibaba Cloud services.

See the 中文文档 for Chinese readme.

How to Use

Add maven dependency

These artifacts are available from Maven Central via BOM:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>aliyun-spring-boot-dependencies</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

add the module in dependencies.

If you'd like to use the SNAPSHOT artifacts, please add the following <repository> into pom.xml:

<repositories>
    <repository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

Components

Version

Current project only supports Spring Boot 2 and above, does not support Spring Boot 1.x at all.

How to build

Spring Boot uses Maven for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing:

./mvnw install

Contact Us

DingDing Chat group is recommended for discussing almost anything related to aliyun-spring-boot.

DingQR

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].