Compare commits
2 Commits
ca177be827
...
92bda42136
| Author | SHA1 | Date |
|---|---|---|
|
|
92bda42136 | |
|
|
fe3a50daea |
|
|
@ -23,7 +23,7 @@
|
|||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||
|
|
@ -122,6 +122,6 @@
|
|||
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xml-apis.jar"/>
|
||||
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xmldsig.jar"/>
|
||||
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xml-security-1.4.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/dbnt/Desktop/git/geoinfo.or.kr/old-geoinfo-or-kr-admin/src/main/webapp/WEB-INF/lib/ICERTSecu_JDK17.jar"/>
|
||||
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/ICERTSecu_JDK17.jar"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
path.txt
|
||||
admin_list.txt
|
||||
path.txt
|
||||
|
|
|
|||
|
|
@ -11,4 +11,12 @@ src\main\java\geoinfo\admins\user\GeneralUserMngController.java
|
|||
src\main\java\geoinfo\com\file\FileController.java
|
||||
|
||||
|
||||
src\main\webapp\WEB-INF\views\admins\constructionProjectManagement\left.jsp
|
||||
|
||||
src\main\java\geoinfo\admins\apiManagement\ApiManagementController.java
|
||||
src\main\webapp\WEB-INF\views\admins\frame\top.jsp
|
||||
src\main\webapp\WEB-INF\views\admins\main\index.jsp
|
||||
src\main\webapp\WEB-INF\views\admins\main\main.jsp
|
||||
src\main\webapp\WEB-INF\views\admins\mgmtApi\api-request-statistics-index.jsp
|
||||
src\main\webapp\WEB-INF\views\admins\mgmtApi\left.jsp
|
||||
src\main\webapp\images\admins\mgmtApi\1_tit_01.gif
|
||||
src\main\webapp\WEB-INF\views\admins\constructionProjectManagement\left.jsp
|
||||
|
|
|
|||
|
|
@ -195,8 +195,8 @@
|
|||
<div class="switch-container" id="apiSwitchList">
|
||||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">프로젝트 관련 데이터 갯수(전체 합)</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-title">프로젝트 목록 조회</div>
|
||||
<div class="switch-desc">TBL_PROJECT_INFO 테이블에서 검색 조건에 해당하는 레코드를 모두 검색</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api1" checked>
|
||||
|
|
@ -206,8 +206,8 @@
|
|||
|
||||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">프로젝트 관련 데이터 갯수 (시추 개별)</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-title">프로젝트 개수 조회</div>
|
||||
<div class="switch-desc">TBL_PROJECT_INFO 테이블에서 검색 조건에 해당하는 레코드의 개수를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api2" checked>
|
||||
|
|
@ -217,8 +217,8 @@
|
|||
|
||||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">시추정보 관련 데이터 갯수</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-title">프로젝트 관련 하위 정보 개수 조회</div>
|
||||
<div class="switch-desc">특정 프로젝트에 속한 각 테이블(물리탐사, 시추조사, 각종 시험 등)의 데이터 개수를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api3" checked>
|
||||
|
|
@ -230,8 +230,8 @@
|
|||
|
||||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">사업(프로젝트)정보</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-title">프로젝트 관련 하위 시추공 정보 개수 조회</div>
|
||||
<div class="switch-desc">특정 프로젝트에 속한 전체 시추공의 시험정보 개수를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api4" checked>
|
||||
|
|
@ -241,8 +241,8 @@
|
|||
|
||||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">지질정보</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-title">지형 및 지질 정보 조회</div>
|
||||
<div class="switch-desc">TBL_TOPO_GEOLOGY 테이블에서 특정 프로젝트의 지형 및 지질 정보를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api5" checked>
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">전기비저항탐사시험</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-desc">TBL_RESISTIVITY_SURVEY 테이블에서 특정 프로젝트의 전기 비저항 탐사 정보를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api6" checked>
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
<div class="api-switch">
|
||||
<div>
|
||||
<div class="switch-title">굴절법탄성파</div>
|
||||
<div class="switch-desc">사용자 작업용 API</div>
|
||||
<div class="switch-desc">TBL_REFRACTION_SURVEY 테이블에서 특정 프로젝트의 굴절법 탐사 정보를 조회</div>
|
||||
</div>
|
||||
<label class="mui-switch">
|
||||
<input type="checkbox" class="api-toggle" data-api="api7" checked>
|
||||
|
|
|
|||
Loading…
Reference in New Issue