Переглянути джерело

20250325 co-work project sync update

HANTE 4 місяців тому
батько
коміт
c586c82234
1 змінених файлів з 12 додано та 0 видалено
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -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>