{
  "id": "java/gradle-missing-plugin-id",
  "signature": "Plugin with id 'org.springframework.boot' not found. Please check that the plugin is correctly declared in the plugins block.",
  "signature_zh": "未找到 ID 为 'org.springframework.boot' 的插件。请检查插件是否在 plugins 块中正确声明。",
  "regex": "Plugin\\ with\\ id\\ 'org\\.springframework\\.boot'\\ not\\ found\\.\\ Please\\ check\\ that\\ the\\ plugin\\ is\\ correctly\\ declared\\ in\\ the\\ plugins\\ block\\.",
  "domain": "java",
  "category": "build_error",
  "subcategory": null,
  "root_cause": "The Spring Boot plugin is not applied, or the version is missing in the plugins block.",
  "root_cause_type": "generic",
  "root_cause_zh": "未应用 Spring Boot 插件，或 plugins 块中缺少版本。",
  "versions": [
    {
      "version": "7+",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Using the full class name instead of the plugin ID",
      "why_fails": "Gradle requires the plugin ID, not the class name.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "Adding the plugin to buildscript dependencies without using the plugins block",
      "why_fails": "The plugins block is the recommended way; buildscript may not apply the plugin correctly.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Apply the Spring Boot plugin with a valid version",
      "success_rate": 0.95,
      "how": "plugins { id 'org.springframework.boot' version '3.2.0' }",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use the plugin management block to define the version centrally",
      "success_rate": 0.9,
      "how": "pluginManagement { plugins { id 'org.springframework.boot' version '3.2.0' } }",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-06-30",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}