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
|
#else
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
#end
|
#end
|
||||||
#if(controllerConfig.superClass)
|
#if(controllerConfig.superClass != null)
|
||||||
import #(controllerConfig.buildSuperClassImport());
|
import #(controllerConfig.buildSuperClassImport());
|
||||||
#end
|
#end
|
||||||
#if(withSwagger)
|
#if(withSwagger)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user