You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>엑스아이티 LVIS 개요</title>
</head>
<body>
<p>엑스아이티 LVIS는 자동차관리 정보시스템(이하 자망)과 연계하여 자동차 관리정보 서비스를 제공한다.
</p>
자망 연계 서비스는
<ul><li>cokr.xit.interfaces.lvis.service.VehicleInfoService</li>
<li>REST API</li>
</ul>
로 사용할 수 있다.
<p>자망과 연계하려면 'xit-lvis.properties'에
<ul><li>요청단체 및 담당자 정보</li>
<li>자망 호스트 정보</li>
</ul>
를 설정해야 한다.<br />
자망 호스트 정보 설정에 따라 운영 또는 테스트 서버로 접속한다.
<p>자동차 기본사항 조회의 경우 조회 내역을 데이터베이스에 저장할 수 있다.
조회 내역을 데이터베이스에 저장하려면
<ul><li>데이터베이스에 <a href="{@docRoot}/doc-files/lvis.sql" target="_blank">조회 로그 테이블을 생성</a>한다.</li>
<li>데이터베이스 접속정보를 설정한다.</li>
<li>'xit-lvis.properties'에 '자동차 기본사항 조회 로그 저장 여부'를 활성화시켜야 한다.</li>
</ul>
</body>
</html>