chenhj
8 天以前 e15e3b2c4a7d3d8c29b89bbdba6607eab3d1ed85
ruoyi-generator/src/main/java/com/ruoyi/generator/config/GenConfig.java
@@ -35,6 +35,8 @@
        return author;
    }
    private final boolean useMyBatisPlus = false; // 是否使用 MyBatis-Plus
    @Value("${author}")
    public void setAuthor(String author)
    {
@@ -84,4 +86,8 @@
    {
        GenConfig.allowOverwrite = allowOverwrite;
    }
    public boolean isUseMyBatisPlus() {
        return useMyBatisPlus;
    }
}