Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 3 KB

README.md

File metadata and controls

79 lines (60 loc) · 3 KB

file-Toolkit file开发工具组

GitHub License Maven Central Nexus Release Nexus Snapshot Tests

   依赖rice-toolkit组件下的基于postgresql数据库环境下的简单业务通用服务开发组件.

Maven Central

依赖环境

Spring Boot 2.7.7.RELEASE
Maven 3.6.0+
JDK 1.8
PostgreSQL 10.0+

file-toolkit-common-starter

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>file-toolkit-common-starter</artifactId>
    <version>1.0.4</version>
  </dependency>

file-toolkit-service-starter

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>file-toolkit-service-starter</artifactId>
    <version>1.0.4</version>
  </dependency>

file-toolkit-minio-starter

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>file-toolkit-minio-starter</artifactId>
    <version>1.0.4</version>
  </dependency>

file-toolkit-minio-utils

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>file-toolkit-minio-utils</artifactId>
    <version>1.0.4</version>
  </dependency>

使用方式

参考file-toolkit-test-web模块.

依赖参考

rice-toolkit

License

Apache License

Dependencies

rest-toolkit

Spring Boot