2 0. 시작하기
hanmj edited this page 7 months ago

xit-docs란?

응용시스템이 제공하는 데이터를 엑셀이나 아래아 한글 파일로 작성하여 저장하는 모듈이다.

설치

xit-docs를 응용시스템에서 사용하려면 프로젝트의 pom.xml에 dependency를 다음과 같이 추가한다.

<dependency>
    <groupId>cokr.xit.base</groupId>
    <artifactId>xit-docs</artifactId>
    <version>23.04.01-SNAPSHOT</version>
</dependency>
Table of Contents