# ITS Operating Web Server 운영단말, 상황판 Dashboard, 시설물 모니터링 Dashboard - 운영단말 - 상황판 - 시설물 모니터링 JDBC drivers can be added/updated in `build.gradle` file. ## Run Run the jar with arguments. ```bash java -jar -Dspring.profiles.active=dev its-op-server.0.0.1.jar java -jar -Dspring.profiles.active=dev its-op-server.0.0.1.jar --spring.config.location=conf//its-op-server.yml ``` ## Run Configure the database connection properties in `db.properties` file in current directory: ``` driver=oracle.jdbc.OracleDriver url=jdbc:oracle:thin:@localhost:1521:orcl username=dbusername password=dbpassword ``` Run the jar with arguments. ```bash java -jar build/libs/table2pojo-all.jar ``` ## TODO Type | Description -------|------------ 수집데이터이력조회| 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(TbLinkTrafClctHs.xml) 교통정보수집결과분석| 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(ClctResult.xml) 교통정보가공결과분석| 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(PrcnResult.xml)