template-boot-tools

template框架工具类集合工程

Лицензия

Лицензия

Группа

Группа

me.wuwenbin
Идентификатор

Идентификатор

template-boot-tools
Последняя версия

Последняя версия

1.2.0.RELEASE
Дата

Дата

Тип

Тип

pom
Описание

Описание

template-boot-tools
template框架工具类集合工程
Ссылка на сайт

Ссылка на сайт

https://wuwenbin.me
Система контроля версий

Система контроля версий

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

Скачать template-boot-tools

Имя Файла Размер
template-boot-tools-1.2.0.RELEASE.pom 5 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

  • template-tools-sqlgen
  • template-tools-encrypt
  • template-tools-util
  • template-tools-http

template 框架中的工具类集合

template-tools-encrypt:提供字符加密/解密,编码/解码的操作类。大部分来源于Hutool,做了部分适应性修改。


template-tools-sqlgen : 提供生成sql的两种方法


template-tools-util:提供一些常用的操作工具类。大部分来源于Hutool,做了部分适应性修改

Версии библиотеки

Версия
1.2.0.RELEASE
1.1.0.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE