mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix: TemplateException
This commit is contained in:
parent
f482afbfd0
commit
a83a19f69f
@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
#else
|
||||
import org.springframework.stereotype.Controller;
|
||||
#end
|
||||
#if(controllerConfig.superClass)
|
||||
#if(controllerConfig.superClass != null)
|
||||
import #(controllerConfig.buildSuperClassImport());
|
||||
#end
|
||||
#if(withSwagger)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user