Skip to content

Decmoon/shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHORTCUT

Build Status Gitpod Ready-to-Code

Author

Intro

Open source toolkit based on springboot. You can use it to simplify code and improve development efficiency

Function

  • Static methods that makes your development easier and faster
  • Custom log
  • Better looking console
  • General utility tool
  • Etc

API

Functional annotations

Annotation Target API-ZH API-EN
@EnableShortcutAspect Application.java 中文 English
@EnableShortcutLogger Application.java 中文 English

JDK

JDK version 1.8 and above

Import dependence

You can add a dependency under the pom file in your project to use the toolkit

<dependency>
    <groupId>com.decmoon</groupId>
    <artifactId>shortcut</artifactId>
    <version>0.0.9</version>
</dependency>

Statement

Copyright © Decmoon

Releases

No releases published

Packages

No packages published

Languages