scaffold

scaffold is some tools just for easy coding!

License

License

GroupId

GroupId

com.xkcoding
ArtifactId

ArtifactId

scaffold
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

pom
Description

Description

scaffold
scaffold is some tools just for easy coding!
Project URL

Project URL

https://github.com/xkcoding/scaffold
Source Code Management

Source Code Management

https://github.com/xkcoding/scaffold

Download scaffold

Filename Size
scaffold-1.0.11.pom 10 KB
Browse

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
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

  • scaffold-bom
  • scaffold-launcher
  • scaffold-common
  • scaffold-test
  • scaffold-log
  • scaffold-swagger
  • scaffold-web
  • scaffold-code
  • scaffold-notification
  • scaffold-codegen

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
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0