com.github.developframework:develop-framework-platform

基础依赖集成

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

develop-framework-platform
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

基础依赖集成

Download develop-framework-platform

How to add to project

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

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.

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