com.github.sparkzxl:sparkzxl-distributed

sparkzxl component framework

License

License

GroupId

GroupId

com.github.sparkzxl
ArtifactId

ArtifactId

sparkzxl-distributed
Last Version

Last Version

1.0.1.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

sparkzxl component framework

Download sparkzxl-distributed

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-distributed/ -->
<dependency>
    <groupId>com.github.sparkzxl</groupId>
    <artifactId>sparkzxl-distributed</artifactId>
    <version>1.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-distributed/
implementation 'com.github.sparkzxl:sparkzxl-distributed:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-distributed/
implementation ("com.github.sparkzxl:sparkzxl-distributed:1.0.1.RELEASE")
'com.github.sparkzxl:sparkzxl-distributed:pom:1.0.1.RELEASE'
<dependency org="com.github.sparkzxl" name="sparkzxl-distributed" rev="1.0.1.RELEASE">
  <artifact name="sparkzxl-distributed" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-distributed', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-distributed" % "1.0.1.RELEASE"
[com.github.sparkzxl/sparkzxl-distributed "1.0.1.RELEASE"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

  • sparkzxl-distributed-cloud-starter
  • sparkzxl-distributed-dubbo-starter

sparkzxl-component学习教程

简介

sparkzxl-component包含springboot项目的封装,主要功能是统一了对外接口的api访问格式,web模块进行了封装,基于DDD领域驱动模型设计代码,具体落地实施,对常用的工具类包进行封装,简单易用,elasticsearch,mybatis组件。集成了oauth2,redis缓存,本地缓存的构建,分布式锁的封装等等,是快速开发的脚手架,简易适用于企业级框架搭建

项目地址

sparkzxl-component

落地最佳实践

在线体验

!> 账户:admin 密码:123456

开源博客

核心架构

分布式系统架构

未来展望

组件包依赖下载指引

组件jar包已上传maven中央仓库,可进入maven中央仓库 搜索下载

nexus-compoment.png

组件框架搭建

分布式架构篇

应用部署实践

组件功能介绍

公众号

学习不走弯路,关注公众号「凛冬王昭君」

wechat-sparkzxl.jpg

Versions

Version
1.0.1.RELEASE