12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
@startuml
|
||
|
package com.iluwatar.image.microservice {
|
||
|
class ImageApplication {
|
||
|
+ ImageApplication()
|
||
|
+ main(args : String[]) {static}
|
||
|
}
|
||
|
class ImageController {
|
||
|
+ ImageController()
|
||
|
+ getImagePath() : String
|
||
|
}
|
||
|
}
|
||
|
@enduml
|