企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 工具类中使用@Autowired注入 ``` 一个类,类中所有的方法都是static的,当在此类注入时应改变注入方式,否则注入的对象为null @Autowired private RTDServiceMapper rtdService; private static RTDServiceMapper rtdServiceMapper; @PostConstruct public void init() { rtdServiceMapper = rtdService;//赋值 } ```