Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.49 KB

README.md

File metadata and controls

63 lines (43 loc) · 2.49 KB

Rice-Toolkit rice开发工具组

GitHub License Maven Central Nexus Release Nexus Snapshot Tests

   依赖rest-toolkit组件下的简单业务通用服务开发组件.

Maven Central

依赖环境

Spring Boot 2.7.7.RELEASE
Maven 3.6.0+
JDK 1.8

rice-toolkit-core

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>rice-toolkit-core</artifactId>
    <version>1.0.5</version>
  </dependency>

rice-toolkit-starter

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

使用方式

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

License

Apache License

Dependencies

rest-toolkit

Spring Boot

Lombok

PageHelper

Mybatis-plus

Postgresql