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

  1. Activate-on-import — Capabilities are automatically enabled after adding a starter dependency; no @Enable annotations or manual configuration needed
  2. Annotation-driven — Control behavior through annotations (@Lock, @CheckSession, @SecurityWatch...); do not hand-write interceptors/AOP
  3. 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
  4. Convention over configuration — Follow framework defaults; only override when customization is needed
  5. Version-aware — Package paths, API names, and configuration approaches differ across versions; the version must be confirmed before generating code

Installs
1
GitHub Stars
26
First Seen
Jun 21, 2026
houtu-dependencies — lujiafa/houtu-project-skills