mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
commit
143239e125
@ -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