Skip to content

Commit

Permalink
add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jun 30, 2020
1 parent 4ff76ec commit 5927567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func init() {
engine = GoMybatis.GoMybatisEngine{}.New()

//设置打印自动生成的xml 到控制台方便调试,false禁用
engine.TempleteDecoder().SetPrintElement(true)
engine.TempleteDecoder().SetPrintElement(false)
//设置是否打印警告(建议开启)
engine.SetPrintWarning(false)

Expand Down

0 comments on commit 5927567

Please sign in to comment.