Skip to content

UdL-EPS-SoftArch-Igualada/spring-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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-Igualada 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: owner
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •