Browse Source

20250325 co-work project sync update

HANTE 4 tháng trước cách đây
mục cha
commit
c586c82234
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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>