scaffold-notification

scaffold is some tools just for easy coding!

License

License

GroupId

GroupId

com.xkcoding
ArtifactId

ArtifactId

scaffold-notification
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

scaffold-notification
scaffold is some tools just for easy coding!

Download scaffold-notification

How to add to project

<!-- https://jarcasting.com/artifacts/com.xkcoding/scaffold-notification/ -->
<dependency>
    <groupId>com.xkcoding</groupId>
    <artifactId>scaffold-notification</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding/scaffold-notification/
implementation 'com.xkcoding:scaffold-notification:1.0.11'
// https://jarcasting.com/artifacts/com.xkcoding/scaffold-notification/
implementation ("com.xkcoding:scaffold-notification:1.0.11")
'com.xkcoding:scaffold-notification:jar:1.0.11'
<dependency org="com.xkcoding" name="scaffold-notification" rev="1.0.11">
  <artifact name="scaffold-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding', module='scaffold-notification', version='1.0.11')
)
libraryDependencies += "com.xkcoding" % "scaffold-notification" % "1.0.11"
[com.xkcoding/scaffold-notification "1.0.11"]

Dependencies

compile (10)

Group / Artifact Type Version
com.xkcoding : scaffold-common jar 1.0.11
com.aliyun : aliyun-java-sdk-core jar 3.2.8
com.aliyun : aliyun-java-sdk-dysmsapi jar 1.1.0
org.springframework.boot : spring-boot-starter-mail jar
org.springframework.boot : spring-boot-starter-thymeleaf jar
org.springframework.boot : spring-boot-starter-aop jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.retry : spring-retry jar
org.springframework.boot : spring-boot-devtools Optional jar

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar
net.dreamlu : mica-auto jar 1.0.2

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

scaffold

scaffold is some tools just for easy and happy coding!

模块介绍

scaffold
├── scaffold-bom          scaffold依赖管理
├── scaffold-common       通用工具类
├── scaffold-launcher     通用启动器
├── scaffold-log          日志包
├── scaffold-swagger      swagger配置
├── scaffold-test         通用单元测试
├── scaffold-web          通用web配置
├── scaffold-code         通用验证码组件
├── scaffold-notification 通用通知组件
└── scaffold-codegen      代码生成器

安装方式

当前最新版本 Maven Central Build Status

<dependency>
    <groupId>com.xkcoding</groupId>
    <artifactId>scaffold-${module}</artifactId>
    <version>${scaffold.version}</version>
</dependency>

使用文档

https://xkcoding.com/2019/03/12/scaffold-doc.html

更新记录

CHANGELOG

TODO

  • scaffold-cache 通用基于redis或者ehcache的缓存配置,设计缓存key,保证全系统key统一
  • scaffold-auth 通用认证授权配置
  • scaffold-cloud 基于spring cloud的一些扩展

Thanks mica!

Versions

Version
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6