freemarker的 TemplateDirectiveModel,注入對象為空。
@Service
public class TestService {
public static String get() throws IOException {
return "sss";
}
public String getOne() throws IOException {
return "sss";
}
}
spring boot 所有對象都需要注入