# project_demo **Repository Path**: renhaoxin/project_demo ## Basic Information - **Project Name**: project_demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-27 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目模板 ### swagger地址 http://localhost:8888/doc.html ### 数据库版本控制 ```sql Flyway #命名规范 V1.01__add_table.sql ``` ### 代码生成器 ``` 结合了mybatis-plus+freemarker生成代码 ```