com.workoss.boot:boot-extension-core

workoss boot

License

License

GroupId

GroupId

com.workoss.boot
ArtifactId

ArtifactId

boot-extension-core
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

workoss boot
Project Organization

Project Organization

Workoss Software, Inc.

Download boot-extension-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.workoss.boot : boot-util jar 1.0.8

Project Modules

There are no modules declared in this project.

boot

Maven Central Sonatype Nexus (Snapshots) Github issues GitHub release javadoc License Github reposize

模块

  • boot-parent

项目依赖管理

  • boot-dependencies

boot模块管理,其他项目可以导入pom使用

  • boot-annotation

常用的自定义注解,比如@Id,@Table等

  • boot-util

常用工具类,比如集合工具,Jackson工具类,日期工具类等

  • boot-extension

插件化依赖的jar,参考了dubbo的SPI机制,也提供了支持spring的

  • mybatis-plugin

结合原生mybatis,以最小依赖,简单方便的使用通用mapper以及排序分页
具体使用请参照 mybatis-plugin使用

  • boot-storage

对象存储临时Token生成服务,支持S3协议对象存储客户端
具体部署服务请参照 storage-server配置使用
客户端使用请参照 storage-client使用

com.workoss.boot

workoss

Versions

Version
1.0.8
1.0.8-RC2
1.0.8-RC1