2016-08-30 13:29:12 +02:00
|
|
|
@startuml
|
|
|
|
package com.iluwatar.inventory.microservice {
|
2016-09-18 17:51:09 +03:00
|
|
|
class InventoryApplication {
|
|
|
|
+ InventoryApplication()
|
|
|
|
+ main(args : String[]) {static}
|
|
|
|
}
|
2016-11-26 12:51:06 +01:00
|
|
|
class InventoryController {
|
|
|
|
+ InventoryController()
|
|
|
|
+ getProductInventories() : int
|
|
|
|
}
|
2016-08-30 13:29:12 +02:00
|
|
|
}
|
|
|
|
@enduml
|