Skip to content

vinicius-je/workshop-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Spring Boot

This is a product order control project for study purpose

Goals

  • Create Spring Boot Java project
  • Implement domain model
  • Structuring logical layers: resource, service, repository
  • Configure test database (H2)
  • Populate the database
  • CRUD - Create, Retrieve, Update, Delete
  • Exception Handling

Domain Model

image

Next Steps

  • Validation
  • Documentation
  • Encrypt password
  • Authentication

Business rule

  • In order class will only be changed to PAID if there is payment
  • Only admin user can:
    • create new categories
    • create new products
    • change order status

Tech

  • Java 17
  • SpringBoot
  • JPA
  • H2 (test database)
  • MySQL
  • Bean Validation
  • Swagger
  • intelliJ IDEA

How to run the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages