update docs
This commit is contained in:
16
README.md
16
README.md
@@ -1,13 +1,13 @@
|
|||||||
# inventorym
|
# inventorym
|
||||||
|
|
||||||
Enumerations: InventoryType and TransactionOperationEnum
|
* Enumerations: InventoryType and TransactionOperationEnum
|
||||||
Exception Classes: Four custom exception types
|
* Exception Classes: Four custom exception types
|
||||||
Value Object: Address class
|
* Value Object: Address class
|
||||||
Customer Management: Customer, CustomerList, and CustomerManager
|
* Customer Management: Customer, CustomerList, and CustomerManager
|
||||||
Inventory Management: Abstract InventoryPiece with concrete implementations (Drawing, Painting, Print, Sculpture), plus InventoryList and InventoryManager
|
* Inventory Management: Abstract InventoryPiece with concrete implementations (Drawing, Painting, Print, Sculpture), plus InventoryList and InventoryManager
|
||||||
Transaction Management: Transaction, TransactionList, and TransactionManager
|
* Transaction Management: Transaction, TransactionList, and TransactionManager
|
||||||
Data Repository: Singleton DataRepository for data operations
|
* Data Repository: Singleton DataRepository for data operations
|
||||||
|
*
|
||||||
Relationships shown:
|
Relationships shown:
|
||||||
|
|
||||||
Inheritance (hollow arrows)
|
Inheritance (hollow arrows)
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ repositories {
|
|||||||
configurations {
|
configurations {
|
||||||
all {
|
all {
|
||||||
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-jasper-el'
|
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-jasper-el'
|
||||||
|
exclude group: 'ch.qos.logback'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div id="menu-info"><label><em><a href="http://localhost:8080/swagger-ui.html">http://localhost:8080/swagger-ui.html</a></em></label>|<label>http://localhost:8080/api</label></div>
|
||||||
<div class="tab-container">
|
<div class="tab-container">
|
||||||
<div class="flex-item">1</div>
|
<div class="flex-item">1</div>
|
||||||
<div class="flex-item">2</div>
|
<div class="flex-item">2</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user