|
|
3 年之前 | |
|---|---|---|
| .mvn | 3 年之前 | |
| conf | 3 年之前 | |
| logs | 3 年之前 | |
| src | 3 年之前 | |
| .gitignore | 3 年之前 | |
| README.md | 3 年之前 | |
| mvnw | 3 年之前 | |
| mvnw.cmd | 3 年之前 | |
| pom.xml | 3 年之前 | |
| start.bat | 3 年之前 |
운영단말, 상황판 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 |
|---|---|
| SQLInjection | https://www.hanumoka.net/2019/09/21/spring-20190921-spring-mybatis-sqlinjectionsafe/ |
| 수집데이터이력조회 | 수집시스템에 따라 SQL 및 화면 구성을 다시해야함 |