infrastructure - 基础框架

infrastructure.

License

License

GroupId

GroupId

com.kamingpan.infrastructure
ArtifactId

ArtifactId

infrastructure
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

infrastructure - 基础框架
infrastructure.
Project URL

Project URL

https://github.com/kamingpan/infrastructure
Source Code Management

Source Code Management

https://github.com/kamingpan/infrastructure

Download infrastructure

Filename Size
infrastructure-1.0.0.pom 8 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • infrastructure-integration
  • infrastructure-util
  • infrastructure-core
  • infrastructure-entity
  • infrastructure-management
  • infrastructure-mini-program
  • infrastructure-subscription
  • infrastructure-terminal
  • infrastructure-generate

infrastructure

该系统是对开源框架做一个整合,没有包含业务逻辑,只实现基础的登录相关,可供于线上部署使用(需要进行二次业务开发)或者学习用途。
使用该系统前需要事先熟悉当中用到的开源框架(springboot、spring、spring security、mybatis、mybatis plus、druid等)。
注:该系统尚未整合微服务架构,后期如果时间允许,将往微服务方向完善和补充。

目录

[Toc]

  • 项目介绍
  • 系统架构
  • 安装教程&使用说明
  • 技术交流

项目介绍

该系统包含的部署模块有:web管理端、微信公众号、小程序、终端接口四种,主要为快速开发提供解决方案。


系统架构

  • infrastructure - 基础框架
    • infrastructure-integration - jar包集成
      • infrastructure-generate - 实体代码生成
      • infrastructure-util - 工具库
        • infrastructure-core - 核心库
          • infrastructure-entity - 实体服务
            • infrastructure-management - 管理端(文档
            • infrastructure-subscription - 公众号(文档
            • infrastructure-mini-program - 小程序(文档
            • infrastructure-terminal - 终端接口(文档

安装教程&使用说明

安装教程和使用说明详见每个模块说明文档

技术交流

如果您有任何疑问或者建议,可以通过邮箱联系本人:[email protected]

Versions

Version
1.0.0