Skip to content

cartok/cloud-native-microservices-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classDiagram
    class Category {
        - name: string
        - description: string
    }
    
    class Article {
        - name: string
        - price: BigDecimal
        - description: string
        - picture: string
    }
    
    class Table {
        - name: string
        - seatCount: int
        - active: boolean
    }
    
    Article "*" --> "1" Category
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors