parent
-
本项目用于发布maven中央仓库的项目做统一管理和配置。
-
本项目采用Maven多模块开发方式,模块介绍如下:
- common :公共模块
- pojo :基础实体模块
- leaned :学习模块
- mpp-generator
- security :权限模块
- swagger :接口模块
-
项目介绍
- 后端主体框架: Springboot 2
- 持久层: MyBatis-Plus
- 使用java版本: jdk 11+
-
运行条件
- 每个模块的运行条件详见模块中的 README.md
License |
License |
---|---|
GroupId | GroupIdcom.github.fanzezhen |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.3.4.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.fanzezhen:parent
parent
|
Filename | Size |
---|---|
parent-1.3.4.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/parent/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>parent</artifactId>
<version>1.3.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/parent/
implementation 'com.github.fanzezhen:parent:1.3.4.4'
// https://jarcasting.com/artifacts/com.github.fanzezhen/parent/
implementation ("com.github.fanzezhen:parent:1.3.4.4")
'com.github.fanzezhen:parent:pom:1.3.4.4'
<dependency org="com.github.fanzezhen" name="parent" rev="1.3.4.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='parent', version='1.3.4.4')
)
libraryDependencies += "com.github.fanzezhen" % "parent" % "1.3.4.4"
[com.github.fanzezhen/parent "1.3.4.4"]
本项目用于发布maven中央仓库的项目做统一管理和配置。
本项目采用Maven多模块开发方式,模块介绍如下:
项目介绍
运行条件