---
name: kd-ttsr-no-spring-in-plugin
description: 苍穹插件禁止 Spring 注解与 org.springframework 注入
condition: "org\\.springframework|@Autowired|@Service\\b|@Component\\b|@RestController|@Controller\\b|@Repository\\b"
scope: "tool:edit(*.java), tool:write(*.java)"
alwaysApply: false
---

苍穹二开插件不是 Spring Boot 应用。禁止 `org.springframework.*` 与 `@Autowired`/`@Service`/`@Component`/`@RestController` 等注入写法。插件由平台生命周期加载，用 `kd.bos.*` ServiceHelper。
