The minimalist back-end management system is the basic template of a back-end management system. Once the entity class is defined, all other front-end and back-end codes can be automatically generated. Developed using front-end and back-end separation, all using Rest style API for data transfer. Its original intention was to develop quickly and focus on business code writing.
After writing the entity class and starting the project, the table can be automatically created. Code related to the entity class can be generated on the front-end page. After generation, it is placed in the front-end and front-end projects respectively. Restart the project. The add, delete, modify and check functions of this entity have been improved, and then start Writing of real business code.
Reference documentation
Recording...