summaryrefslogtreecommitdiff
path: root/oop/11-point-of-sale/README
blob: 1fd74241171fed7dcb0b21a002e71e1ac444a1c8 (plain)
1
2
3
4
5
6
7
8
9
10
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