Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 423 Bytes

Build Status

Spring Boot Common Plugin

Add this dependency in your pom.xml

<dependencies>
  ...
  <dependency>
   <groupId>com.blibli.oss</groupId>
   <artifactId>common-plugin</artifactId>
   <version>...</version>
 </dependency>
 ...
</dependencies>