springboot+spring+SpringMVC+Mybatis+Mybatis-plus实现代码生成
主要生成如下文件,这些模板文件存放在 /resources下
\resources\templates\${api_path}${base_path}api
\resources\templates\${services_path}${base_path}controller
\resources\templates\${services_path}${base_path}${biz_path}
\resources\templates\${services_path}${base_path}${biz_path}impl
\resources\templates\${test_path}${base_path}test
\resources\templates\${services_path}${base_path}mapper
\resources\templates\${resourse_path}
\resources\templates\${services_path}${base_path}converter
\resources\templates\${api_path}${base_path}vo
\resources\templates\${api_path}${base_path}dto
\resources\templates\${services_path}${base_path}entity