fix: TemplateException

This commit is contained in:
Suomm 2023-07-16 19:14:17 +08:00
parent f482afbfd0
commit a83a19f69f

View File

@ -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)