liding
6 天以前 9ec0d0fe035de76fcd1d9f6e9f635d97f86265eb
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;
    }
}