init: 导入项目

This commit is contained in:
fengjun
2024-07-02 11:40:01 +08:00
commit 4c8e6701f2
7158 changed files with 1199718 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# MyBatisPlus 代码生成程序
生成程序需要在测试目录下进行生成
由于要利用Mybatis引擎 所以要使用@Test注解进行操作
## 注意
1.只需要在pom中引入对应数据库,输入url即可自动对应数据库进行生成
2.该生成器建议使用mybatisPlus,不会生成常用四种增删改查原始语句