mirror of https://gitee.com/stylefeng/guns
更新beetl配置
parent
236670e72a
commit
9ef03a4cb7
|
@ -36,8 +36,10 @@ public class CustomBeetlGroupUtilConfiguration extends BeetlGroupUtilConfigurati
|
||||||
|
|
||||||
// 下拉选字典
|
// 下拉选字典
|
||||||
groupTemplate.registerTag("dict_select", SysDictSelectTag.class);
|
groupTemplate.registerTag("dict_select", SysDictSelectTag.class);
|
||||||
|
|
||||||
// 单选字典
|
// 单选字典
|
||||||
groupTemplate.registerTag("dict_radio", SysDictRadioTag.class);
|
groupTemplate.registerTag("dict_radio", SysDictRadioTag.class);
|
||||||
|
|
||||||
// 多选字典
|
// 多选字典
|
||||||
groupTemplate.registerTag("dict_checkbox", SysDictCheckBoxTag.class);
|
groupTemplate.registerTag("dict_checkbox", SysDictCheckBoxTag.class);
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ spring:
|
||||||
serialization:
|
serialization:
|
||||||
indent_output: false
|
indent_output: false
|
||||||
|
|
||||||
beetl:
|
|
||||||
html-tag-flag: 'tag:'
|
|
||||||
|
|
||||||
scanner:
|
scanner:
|
||||||
open: true
|
open: true
|
||||||
|
|
||||||
|
@ -39,7 +36,7 @@ mybatis-plus:
|
||||||
cache-enabled: true
|
cache-enabled: true
|
||||||
lazy-loading-enabled: true
|
lazy-loading-enabled: true
|
||||||
multiple-result-sets-enabled: true
|
multiple-result-sets-enabled: true
|
||||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
global-config:
|
global-config:
|
||||||
banner: false
|
banner: false
|
||||||
enable-sql-runner: true
|
enable-sql-runner: true
|
||||||
|
|
Loading…
Reference in New Issue