this my first little project, it was made by SSM framework, and I'll add more function in this project The detailed description of the project is shown below:
This project is about a system for employee information management,The main function is to add, modify, and delete employee information.
- java8
- SSM dependencies
- Maven Code Management Tool
- MySQL5 database
- Modify employee information
- Delete employee information
- Add employee information
- Implement queries to employees
- employee Table
- Department Table (none)
- Backend: Use Mybatis to implement persistence layer (dao) operations to operate on database information; Use Spring to operate on the service layer, verify and format the data transmitted by the persistence layer. Use springMVC to operate on the controller layer, and use a series of annotations to obtain the request information from the front-end page and hand it over to the business layer. Use Model and View for view rendering
- Frontend: Contains HTML CSS JavaScript, which will add the Vue front-end framework in the future