Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

spring-boot-3-5弹簧靴 3 5

Agent Skill

用于辅助 Java 项目开发、面向对象设计、Spring 生态、Maven 或 Gradle 依赖和后端工程实践。它适合让 Agent 分析类结构、设计接口、整理服务分层、生成测试或检查常见代码坏味道。使用时需要结合项目已有架构、包结构和依赖版本,不应只按通用教程改代码;涉及数据库、事务、并发或框架配置时,应先确认运行环境和回归测试范围。

总安装

729

周安装

31

GitHub Stars

公开资料未说明

下载量

255
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:spring-boot-3-5(弹簧靴 3 5)
来源仓库:https://github.com/bitsoex/bitso-java
仓库路径:skills/spring-boot-3-5
安装命令:
npx skills add bitsoex/bitso-java --skill "spring-boot-3-5"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add bitsoex/bitso-java --skill "spring-boot-3-5"

简介

spring-boot-3-5 用于支持 Spring Boot 3.5 版本的 Java 项目开发,提供依赖管理和最佳实践参考。

  • 它帮助 Agent 识别兼容的库版本、配置自动装配项或排查启动异常问题。
  • 通过 npx skills add bitsoex/bitso-java --skill "spring-boot-3-5" 安装,需核对项目实际使用的 JDK 版本。
  • 升级依赖时务必评估 Breaking Changes,并在测试套件充分覆盖后再合并主干。
  • 不建议盲目替换默认配置,而应结合业务需求和安全策略进行调整。

SKILL.md

Spring Boot 3.5.x Upgrade

Upgrade Java services to Spring Boot 3.5.9 with all required dependency updates.

When to Use

  • Project uses Spring Boot 3.4.x or earlier
  • Preparing for Spring Boot 4 (stay on latest or latest-1 patch of 3.5.x)
  • Need features from Spring Boot 3.5.x
  • Preparing for Java 25 upgrade (requires Spring Boot 3.5.x first)
  • When asked to "upgrade to recommended versions"

Skill Contents

Sections

Available Resources

📚 references/ - Detailed documentation


Target Versions

ComponentVersionNotes
Spring Boot3.5.9Latest (min 3.5.9) - preparing for Spring Boot 4
Spring Cloud2025.0.0Required for Spring Boot 3.5.x
Spring Dependency Management1.1.7Required plugin version
Gradle9.2.1Recommended for all projects
JUnit5.14.2Testing (via BOM)
Spock2.4-groovy-4.0Groovy testing (use -groovy-5.0 for Java 25)
JaCoCo0.8.14Code coverage
SonarQube Plugin7.2.2.6593Code analysis
bitso-rds-iam-authn2.0.0If using RDS IAM
bitso-commons-redis4.2.1If using Redis

Version Unification

CRITICAL: Ensure Spring Boot version is defined in only ONE place.

See version-centralization.md for details on avoiding multiple version definitions.

Quick Start

1. Update Version Catalog

# gradle/libs.versions.toml
[versions]
springBoot = "3.5.9"
springCloud = "2025.0.0"  # CRITICAL for 3.5.x compatibility
spock = "2.4-groovy-4.0"

[plugins]
spring-boot = { id = "org.springframework.boot", version.ref = "springBoot" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }

2. Update Gradle Wrapper

./gradlew wrapper --gradle-version=9.2.1

3. Add JUnit Platform Launcher

Required for Gradle 9.x with JUnit 5.11+:

subprojects {
    plugins.withType(JavaPlugin).configureEach {
        dependencies {
            testRuntimeOnly libs.junit.platform.launcher
        }
    }
}

4. Update Redis Libraries (if applicable)

Check if project uses Redis:

grep -r "bitso.commons:redis\|jedis" --include="*.gradle" --include="*.toml" .

If Redis is used, update:

[versions]
bitso-commons-redis = "4.2.1"
jedis4-utils = "3.0.0"

5. Validate

./gradlew clean build -x test
./gradlew test

References

ReferenceContent
references/troubleshooting.mdCommon issues and solutions

Related Command

This skill is referenced by: /upgrade-to-recommended-versions (see java/commands/)

Related Skills

The following skills in this category depend on Spring Boot 3.5.x:

  • java-25 - Java 25 upgrade (requires Spring Boot 3.5.x first)
  • gradle-9 - Gradle 9 upgrade patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.64%
按下载量换算81

OpenCode

20.78%
按下载量换算53

Antigravity

15.53%
按下载量换算40

windsurf

13.48%
按下载量换算34

Codex

7.93%
按下载量换算20

Gemini CLI

3.66%
按下载量换算9

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills