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
import org.springframework.stereotype.Controller;
#end
#if(controllerConfig.superClass)
#if(controllerConfig.superClass != null)
import #(controllerConfig.buildSuperClassImport());
#end
#if(withSwagger)