|
|
3 years ago | |
|---|---|---|
| .mvn | 3 years ago | |
| src | 3 years ago | |
| .gitignore | 3 years ago | |
| README.md | 3 years ago | |
| mvnw | 3 years ago | |
| mvnw.cmd | 3 years ago | |
| pom.xml | 3 years ago | |
| start.bat | 3 years ago |
운영단말, 상황판 Dashboard, 시설물 모니터링 Dashboard
JDBC drivers can be added/updated in build.gradle file.
Run the jar with arguments.
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
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.
java -jar build/libs/table2pojo-all.jar <options>
| Type | Description |
|---|---|
| 수집데이터이력조회 | 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(TbLinkTrafClctHs.xml) |
| 교통정보수집결과분석 | 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(ClctResult.xml) |
| 교통정보가공결과분석 | 수집시스템에 따라 SQL 및 화면 구성을 다시해야함(PrcnResult.xml) |