Java project -- Shopping(Day12)
一.Preface:
We tend to design a shopping website like TaoBao, realizing the simplest function, such as add, delete, update, and select commodities. Also, we should have login interface. We will use SpringMVC framework and MyBatis access database.
二.Design:
Login.UML:
三.Conclusion:
This project is the most typical SpringMVC + MyBatis framework product, which is very easy and helpful for green hand to know the basic design pattern and decoupling.