Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 815 Bytes

File metadata and controls

27 lines (17 loc) · 815 Bytes

Spring-Boot-Mall

Using spring boot designing an e-commerce platform

Product

  • Query product list (Filter、Sort、Pagination)
  • CRUD

image

User

  • Register (Check registed user、Hide password)
  • Login (MD5 Hash)

image

Order

  • Query order list
  • Create order

image

Unit test

image image