Commit ea85ba291f8d8e4a734d2d66ea59c047d1ce2ae3
1 parent
918c85ae
删除无效引用
Showing
1 changed file
with
0 additions
and
2 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/dynamic/db/FreemarkerParseFactory.java
... | ... | @@ -6,8 +6,6 @@ import freemarker.template.Configuration; |
6 | 6 | import freemarker.template.Template; |
7 | 7 | import lombok.extern.slf4j.Slf4j; |
8 | 8 | import org.apache.commons.lang.StringUtils; |
9 | -import org.apache.commons.logging.Log; | |
10 | -import org.apache.commons.logging.LogFactory; | |
11 | 9 | import org.jeecgframework.codegenerate.generate.util.SimpleFormat; |
12 | 10 | |
13 | 11 | import java.io.StringWriter; |
... | ... |