test: codegen with swagger.

This commit is contained in:
Suomm 2023-07-16 18:28:03 +08:00
parent 9b8dd76fba
commit f482afbfd0

View File

@ -122,6 +122,7 @@ public class GeneratorTest {
globalConfig.enableEntity()
.setOverwriteEnable(true)
.setWithLombok(true)
.setWithSwagger(true)
.setSuperClass(BaseEntity.class);
//配置生成 mapper