mk-community-front

springboot业务模块化!以依赖线上模块,自由选择所需模块,达到快速开发新项目的目的!并为统一维护提供便利

License

License

Categories

Categories

Unity Business Logic Libraries Game Development
GroupId

GroupId

com.github.xujiaji.mk
ArtifactId

ArtifactId

mk-community-front
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

mk-community-front
springboot业务模块化!以依赖线上模块,自由选择所需模块,达到快速开发新项目的目的!并为统一维护提供便利

Download mk-community-front

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community-front/ -->
<dependency>
    <groupId>com.github.xujiaji.mk</groupId>
    <artifactId>mk-community-front</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community-front/
implementation 'com.github.xujiaji.mk:mk-community-front:0.0.4'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community-front/
implementation ("com.github.xujiaji.mk:mk-community-front:0.0.4")
'com.github.xujiaji.mk:mk-community-front:jar:0.0.4'
<dependency org="com.github.xujiaji.mk" name="mk-community-front" rev="0.0.4">
  <artifact name="mk-community-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='mk-community-front', version='0.0.4')
)
libraryDependencies += "com.github.xujiaji.mk" % "mk-community-front" % "0.0.4"
[com.github.xujiaji.mk/mk-community-front "0.0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.xujiaji.mk : mk-common jar 0.0.4
org.springframework.boot : spring-boot-starter-web jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-validation jar 2.3.4.RELEASE
org.projectlombok : lombok jar 1.18.12
cn.hutool : hutool-all jar 5.3.5

test (1)

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

Project Modules

There are no modules declared in this project.

mk - 业务模块

依赖

常用模块(基础模块)common
  1. mk-common
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-common</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-common-admin常用模块管理控制
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-common-admin</artifactId>
  <version>0.0.4</version>
</dependency>
安全模块 security
  1. mk-security
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-security</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-security-front前端安全模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-security-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-security-admin安全管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-security-admin</artifactId>
  <version>0.0.4</version>
</dependency>
用户模块 user
  1. mk-user
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-user</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-user-front前端用户模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-user-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-auth-admin用户管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-user-admin</artifactId>
  <version>0.0.4</version>
</dependency>
圈子动态模块 community
  1. mk-community
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-community</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-community-front前端圈子动态模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-community-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-community-admin圈子动态管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-community-admin</artifactId>
  <version>0.0.4</version>
</dependency>
文件模块 file
  1. mk-file
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-file</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-file-front前端文件模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-file-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-file-admin文件管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-file-admin</artifactId>
  <version>0.0.4</version>
</dependency>
日志模块 log
  1. mk-log
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-log</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-log-front前端日志模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-log-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-log-admin日志管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-log-admin</artifactId>
  <version>0.0.4</version>
</dependency>
支付模块 pay
  1. mk-pay
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-pay</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-pay-front前端支付模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-pay-front</artifactId>
  <version>0.0.4</version>
</dependency>
  1. mk-pay-admin支付管理模块
<dependency>
  <groupId>com.github.xujiaji.mk</groupId>
  <artifactId>mk-pay-admin</artifactId>
  <version>0.0.4</version>
</dependency>

Versions

Version
0.0.4
0.0.3
0.0.2