com.github.developframework:develop-framework-commons

公共工具包模块

License

License

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

develop-framework-commons
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

公共工具包模块

Download develop-framework-commons

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.developframework/develop-framework-commons/ -->
<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>develop-framework-commons</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/develop-framework-commons/
implementation 'com.github.developframework:develop-framework-commons:0.3'
// https://jarcasting.com/artifacts/com.github.developframework/develop-framework-commons/
implementation ("com.github.developframework:develop-framework-commons:0.3")
'com.github.developframework:develop-framework-commons:jar:0.3'
<dependency org="com.github.developframework" name="develop-framework-commons" rev="0.3">
  <artifact name="develop-framework-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='develop-framework-commons', version='0.3')
)
libraryDependencies += "com.github.developframework" % "develop-framework-commons" % "0.3"
[com.github.developframework/develop-framework-commons "0.3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.22
org.apache.commons : commons-lang3 jar 3.7
org.slf4j : slf4j-api jar 1.7.25
com.fasterxml.jackson.core : jackson-databind jar

Project Modules

There are no modules declared in this project.

develop-framework

一套基于spring-boot封装的开发基础框架。

旗下子项目:

子项目 packaging 说明
develop-framework-platform pom 提供常用jar包,常用maven插件和自研发框架版本申明
develop-framework-commons jar 提供公共工具类,以及定义一些基础异常
develop-framework-components jar 提供自定义的数据结构以及组件
develop-framework-web jar 对springmvc的进一步封装
develop-framework-jpa jar 对spring-data-jpa的进一步封装
develop-framework-application-parent pom 所有spring-boot项目的父pom,进一步简化依赖和插件的配置

Versions

Version
0.3
0.2
0.1