|
|
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>
| Option | Description |
|---|---|
| h | help |
| a | generate POJOs for all the tables in database |
| t | list of database tables delimited by ; (semicolon). overrides a option |
| p | (optional) java package name of the POJOs. If not specified, default/blank package will be used. |
| d | (optional) target directory where POJOs (.Java files) are generated. If not specified, current directory will be used |