项目初始化

This commit is contained in:
2025-08-24 01:14:16 +08:00
parent 6170e0fb78
commit 504519faf3
3 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ public class demo {
.pathInfo(Collections.singletonMap(OutputFile.xml, System.getProperty("user.dir") + "/src/main/resources/mapper"));
})
.strategyConfig(builder -> {
builder.addInclude("biz_docker_container_info,biz_docker_host")
builder.addInclude("biz_docker_host")
.addTablePrefix("biz_")
.entityBuilder()
.enableLombok()