From 938427dace1a9622a55e3f81845fb82af697d001 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 20 Mar 2026 22:48:14 +0530 Subject: Added 11-point-of-sale sample application --- oop/11-point-of-sale/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 oop/11-point-of-sale/README (limited to 'oop/11-point-of-sale/README') 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 -- cgit v1.2.3