Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 948 Bytes

Spring Based Common Library

Build Status Maven Central

스프링 기반 백엔드 개발의 편의성을 위해서 자주 사용하는 모듈들을 라이브러리화 하였다.

Requirement

JDK 8 이상
Spring Framework 4.3 이상
JPA 2.1 이상 (Hibernate 4.3 이상)

Maven Dependency 설정

<dependencies>
    <dependency>
        <groupId>io.github.cyzest</groupId>
        <artifactId>commons-spring</artifactId>
        <version>1.0.7</version>
    </dependency>
</dependencies>

Changelog

라이브러리 변경사항은 Changelog 에서 확인 가능합니다.