summaryrefslogtreecommitdiff
path: root/oop/11-point-of-sale/README
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-03-20 22:48:14 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-03-20 22:48:14 +0530
commit938427dace1a9622a55e3f81845fb82af697d001 (patch)
tree150c5c441339db4a2295e6e4ebb39c96b11b7df2 /oop/11-point-of-sale/README
parentee94d753a9f87d0b46b3aad3d3cf855056562ad2 (diff)
Added 11-point-of-sale sample application
Diffstat (limited to 'oop/11-point-of-sale/README')
-rw-r--r--oop/11-point-of-sale/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/oop/11-point-of-sale/README b/oop/11-point-of-sale/README
new file mode 100644
index 0000000..1fd7424
--- /dev/null
+++ b/oop/11-point-of-sale/README
@@ -0,0 +1,11 @@
+This sample Maven project shows how object oriented software is developed.
+
+The docs directory contains .uxf files that can be opened with UMLet diagram editor. UMLet is available as a Visual Studio Code extension. It is also available as a standalone application.
+
+To build the project, run:
+
+ mvn clean package
+
+To run the application packaged earlier, execute:
+
+ java -jar target/point-of-sale-1.0-SNAPSHOT.jar \ No newline at end of file