template-boot-modules

template框架模块部分架构工程

License

License

GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-boot-modules
Last Version

Last Version

1.11.0.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

template-boot-modules
template框架模块部分架构工程
Project URL

Project URL

https://wuwenbin.me
Source Code Management

Source Code Management

https://github.com/miyakowork/template-boot-modules

Download template-boot-modules

How to add to project

<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-boot-modules/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-boot-modules</artifactId>
    <version>1.11.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-boot-modules/
implementation 'me.wuwenbin:template-boot-modules:1.11.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-boot-modules/
implementation ("me.wuwenbin:template-boot-modules:1.11.0.RELEASE")
'me.wuwenbin:template-boot-modules:pom:1.11.0.RELEASE'
<dependency org="me.wuwenbin" name="template-boot-modules" rev="1.11.0.RELEASE">
  <artifact name="template-boot-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-boot-modules', version='1.11.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-boot-modules" % "1.11.0.RELEASE"
[me.wuwenbin/template-boot-modules "1.11.0.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • template-modules-pagination
  • template-modules-jpa
  • template-modules-mongodb
  • template-modules-scanner
  • template-modules-repository
  • template-modules-sql
  • template-modules-utils
  • template-modules-validation

template框架中的模块工程集合

template-modules-scanner

提供项目权限资源信息的收集扫描至数据库的自动操作,省去手动添加的麻烦


template-modules-jpa

对jdbc数据库访问层基于jdbcTemplate的高级封装,详情见具体项目的README文件


template-modules-mongodb

对jdbc数据库访问层基于mongoTemplate的高级封装,详情见具体项目的README文件


template-modules-pagination

提供两种(BootstrapTable、LayUITable)不同前端框架数据表格(dataTable)的分页模型处理对象,可自行扩展其他第三方的表格插件(已留好接口) 入口类:me.wuwenbin.modules.pagination.Pagination


template-modules-repository

提供基于 template-modules-jpa项目接口访问式的快速数据访问层的封装


template-modules-utils

工具包


template-modules-sql

sql生成快速工具

Versions

Version
1.11.0.RELEASE
1.10.17.RELEASE
1.10.16.RELEASE
1.10.14.RELEASE
1.10.7.RELEASE
1.10.6.RELEASE
1.10.2.RELEASE
1.9.0.RELEASE
1.8.0.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE