kangaroo-parent

parent project for dependency management

License

License

GroupId

GroupId

io.github.pactstart
ArtifactId

ArtifactId

kangaroo-parent
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

kangaroo-parent
parent project for dependency management
Project URL

Project URL

https://github.com/PactStart/kangaroo
Source Code Management

Source Code Management

https://github.com/PactStart/kangaroo.git

Download kangaroo-parent

Filename Size
kangaroo-parent-1.0.1.pom 27 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

github地址

https://github.com/PactStart/kangaroo

项目结构

kangaroo-parent maven父项目,全局依赖管理和插件管理

第三方服务

  1. aliyun-sms-spring-boot-starter 阿里云短信服务通过spring-boot-starter的方式封装。
  2. aliyun-sts-spring-boot-starter 阿里云STS(Security Token Service)通过spring-boot-starter的方式封装,主要用于获取临时访问令牌,例如OSS(Object Storage Service)web端或移动端直传。
  3. jpush-spring-boot-starter 极光推送通过spring-boot-starter方式的封装,用于给移动端App推送通知。
  4. redis-mq-spring-boot-starter 基于spring-data-redis的简易封装,为你的应用快速提供Redis的MQ功能。
  5. aliyun-mq-spring-boot-starter 阿里云消息队列服务通过spring-boot-starter的方式封装。
  6. cache-spring-boot-starter 对外暴露统一的缓存接口,通过配置决定缓存的实现方式。
  7. aliyun-oss-spring-boot-starter 阿里云对象存储服务通过spring-boot-starter的方式封装。
  8. juhe-spring-boot-starter Juhe api接口通过spring-boot-starter的方式封装,提供实名认证、银行卡认证相关接口。
  9. pay-spring-boot-starter 集成支付宝支付和微信支付,通过spring-boot-starter的方式封装。

基础组件

  1. kangaroo-basedao 基于tkmybatis和pagehelper提供数据操作基类和分页支持。
  2. kangaroo-code-generator 基于MBG提供数据库到实体和Mapper以及映射文件的生成。
  3. kangaroo-commonutils 提供一些最基本的工具类。
  4. kangaroo-httputils 提供http相关的工具类。
  5. kangaroo-biz-common 业务基础组件,定义了基础的全局异常码和全局异常。
  6. kangaroo-simple-web-framework 封装web应用相关常用基础配置和工具类。
  7. kangaroo-mod-system 封装web后台常用的功能组件,例如:RBAC权限管理、系统配置、版本管理、短信管理、通知管理、文件上传。
  8. kangaroo-weixin-toolkit 微信开发工具包,涵盖微信公众平台、微信开放平台。
  9. kangaroo-service-dispatcher 一个service的代理转发的工具,可用于web和非web环境。
  10. kangaroo-poi Excel文件解析。

其他

kangaroo-web-admin 管理系统demo

Versions

Version
1.0.1
1.0.0