infrastructure-core - 核心库

infrastructure core.

License

License

GroupId

GroupId

com.kamingpan.infrastructure
ArtifactId

ArtifactId

infrastructure-core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

infrastructure-core - 核心库
infrastructure core.
Project URL

Project URL

https://github.com/kamingpan/infrastructure/tree/master/infrastructure-core

Download infrastructure-core

How to add to project

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

Dependencies

compile (25)

Group / Artifact Type Version
com.kamingpan.infrastructure : infrastructure-util jar 1.0.0
org.springframework.boot : spring-boot-starter-aop jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-cache jar 2.2.2.RELEASE
net.sf.ehcache : ehcache-core jar 2.6.11
commons-fileupload : commons-fileupload jar 1.4
commons-io : commons-io jar 2.6
com.alibaba : druid jar 1.1.12
com.github.tobato : fastdfs-client jar 1.26.5
com.alibaba : fastjson jar 1.2.62
com.google.guava : guava jar 28.2-jre
net.bull.javamelody : javamelody-spring-boot-starter jar 1.81.0
com.baomidou : mybatis-plus-boot-starter jar 3.3.1
com.baomidou : mybatis-plus jar 3.3.1
com.github.pagehelper : pagehelper-spring-boot-starter jar 1.2.13
mysql : mysql-connector-java jar 8.0.19
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.authzserver jar 1.0.2
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.common jar 1.0.2
org.quartz-scheduler : quartz jar 2.3.2
redis.clients : jedis jar 3.2.0
com.github.jedis-lock : jedis-lock jar 1.0.0
org.springframework.boot : spring-boot-starter-data-redis jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-configuration-processor jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.2.2.RELEASE
org.springframework.boot : spring-boot-starter-tomcat jar 2.2.2.RELEASE

Project Modules

There are no modules declared in this project.

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