# AutoCreateProject **Repository Path**: damon_liu_code/AutoCreateProject ## Basic Information - **Project Name**: AutoCreateProject - **Description**: Auto generate project code by DB connection. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-25 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoCreateProject Generate the front-end and back-end code of the data-table page by connecting the MySQL. ## Project Summary | Project name | Weekly Report system | | -------- | ------- | | Developer | Damon_Liu | | Programming Language | Java | | Database | Support for MySQL | | System Architecture | MVC | | Framework | SpringBoot 2.7.6 | | Front End | HTML + CSS + Jquery + Easyui | | Deployment mode | Tomcat | | Development tools | IDEA | | Third party dependence | See pom.xml for more details | | Project Address | 1.13.17.128:8090 | ## Operating Process 0. Before using this tool, you need to download the framework and database files of the template project (github.com/Damon-Liu-code/Base_MIS), create a new project through the source code, and all the generated code files can be directly pasted into the template project. 1. By entering connection information, you can connect to the database. Then, select the data table you want to work with and choose the fields you want to display on the table and the fields to be used for the search box. After clicking "Finish," you will be redirected to the generated result page. ![image](https://github.com/Damon-Liu-code/AutoCreateProject/blob/master/img/readme_001.png) 2. On the generated result page, you can see the directory of the generated files. By clicking on a directory, you can view the specific contents of the file. You have the option to copy the file contents directly or download the entire directory as a zip compressed file. ![image](https://github.com/Damon-Liu-code/AutoCreateProject/blob/master/img/readme_002.png) ![image](https://github.com/Damon-Liu-code/AutoCreateProject/blob/master/img/readme_003.png) 3. We copy the generated files into our project, restart our project, and access the HTML page. We can observe that the generated module runs smoothly, and it possesses functionalities for creating, deleting, modifying, and querying data. ![image](https://github.com/Damon-Liu-code/AutoCreateProject/blob/master/img/readme_004.png) ![image](https://github.com/Damon-Liu-code/AutoCreateProject/blob/master/img/readme_005.png)