Skip to content

UdL-EPS-SoftArch/spring-template

Repository files navigation

Spring Boot Template

Template for a Spring Boot project including Spring REST, HATEOAS, JPA, etc. Additional details: HELP.md

Open Issues CI/CD CucumberReports: UdL-EPS-SoftArch Deployment status

Vision

For ... who want to ... the project ... is an ... that allows ... Unlike other ...

Features per Stakeholder

USER ADMIN
Register
Login
Logout

Entities Model

classDiagram
    class UriEntity {
        uri : String
    }
    
    class UserDetails 
    <<interface>> UserDetails

    class User  {
        username : String
        password : String
        email : String
    }

    class Resource {
        name: String
        description: String
        created: ZonedDateTime
        modified: ZonedDateTime
    }

    UriEntity <|-- User
    UserDetails <|-- User
    UriEntity <|-- Resource
    User "1" <-- "*" Resource: ownedBy
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors