🍃
AI EngineeringPython

Spring Boot Expert

by val1813

Spring Boot Expert is an AI Engineering skill for Claude Code, published by val1813 in kwcode.

688 stars92 forkson val1813/kwcodeAdded 2026/08/12Repository updated 2026/05/14
Install in seconds
Install Spring Boot Expert
Copy Spring Boot Expert into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/val1813/kwcode/tree/master/kaiwu/builtin_experts/springboot ~/.claude/skills/springboot

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/val1813/kwcode.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
kaiwu/builtin_experts/springboot/SKILL.md in val1813/kwcode
Installs to
~/.claude/skills/springboot
Collection
One of 19 skills cataloged from this repository
Category
AI Engineering2451 skills

What Spring Boot Expert does

Spring Boot Expert provides Spring Boot conventions for layered architecture, dependency injection, configuration, AOP, exception handling, transactions, and mapper setup. Use it when implementing or reviewing Spring Boot services and application structure.

Spring Boot Expert is cataloged under AI Engineering on DirSkills.

Documentation

README

领域知识

  • 分层架构:Controller→Service→Mapper/Repository,每层只依赖下一层
  • 注解:@RestController处理请求、@Service业务逻辑、@Mapper数据访问、@Configuration配置类
  • 依赖注入:优先构造器注入(不用@Autowired字段注入),便于测试
  • 配置文件:application.yml分环境(dev/test/prod),敏感信息用环境变量${DB_PASSWORD}
  • AOP切面:@Aspect+@Around做日志/权限/耗时统计,切点表达式精确匹配
  • 异常处理:@ControllerAdvice+@ExceptionHandler全局捕获,返回统一错误格式
  • Starter自动配置:@ConditionalOnClass/OnProperty控制Bean加载条件
  • Mapper接口对应XML:接口在java目录,XML在resources/mapper/,namespace全限定名匹配
  • 事务:@Transactional加在Service方法上,只读查询加readOnly=true
  • 启动类:@SpringBootApplication放在根包下,确保组件扫描覆盖所有子包

经验规则(自动生成)

Frequently asked about Spring Boot Expert

  • What else does val1813 publish alongside Spring Boot Expert?

    Spring Boot Expert is one of 19 skills that DirSkills catalogs from val1813/kwcode, the repository it ships in. Its siblings there include API Expert, Bug Fix Expert and DeepSeek API Expert. Each one is a separate skill with its own page in this directory, installs the same way Spring Boot Expert does, and is maintained by val1813 in that same repository. The rest of the collection is listed on the val1813/kwcode page.

  • How does Spring Boot Expert compare to other AI Engineering skills?

    Spring Boot Expert ranks #1744 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Spring Boot Expert against them. Open each page to compare what they document and how they install.

More from val1813/kwcode

Spring Boot Expert is one of 19 skills cataloged on DirSkills from val1813/kwcode.

See all 19 skills