Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 445 Bytes

File metadata and controls

21 lines (14 loc) · 445 Bytes

Spring Tools

a collection of simple and convenient tools for spring

Introduction

  • Checker: verify method parameters.

  • Dynamic Controller: automatic generation of controller based on service.

  • Tools: a collection of simple and convenient tools

Usage

<dependency>
    <groupId>cn.ciphermagic</groupId>
    <artifactId>spring-tools</artifactId>
    <version>${lastest version}</version>
</dependency>