|
@@ -14,6 +14,18 @@ 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
|
|
|
```
|
|
|
+
|
|
|
+## 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 <options>
|