houtu-dependencies
Installation
SKILL.md
Houtu Framework — AI Agent Coding Guide
houtu-dependencies is an enterprise-grade foundational framework for Spring Boot / Spring Cloud microservices that implements "Activate-on-import" via the Spring Boot Starter mechanism, allowing developers to focus entirely on business logic.
Repository: https://github.com/lujiafa/houtu-dependencies
Git Branches: 3.5.2, 3.5.1, 3.5.0, 2.7.3, 2.7.2, 2.7.1 (branch name = version)
Core Principles
- Activate-on-import — Capabilities are automatically enabled after adding a starter dependency; no @Enable annotations or manual configuration needed
- Annotation-driven — Control behavior through annotations (
@Lock,@CheckSession,@SecurityWatch...); do not hand-write interceptors/AOP - Framework-first — For capabilities already encapsulated by the framework, use the framework approach by default instead of native Spring; defer to user when they explicitly request the native approach
- Convention over configuration — Follow framework defaults; only override when customization is needed
- Version-aware — Package paths, API names, and configuration approaches differ across versions; the version must be confirmed before generating code