spring-boot-project-creator
仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
交互式生成项目并含 Docker Compose 配置,适合快速搭建新项目起点。
▸ 风险提示
会从 Spring Initializr 等外部服务下载模板代码
这个 Skill 做什么
从 Spring Initializr 生成并配置完整的 Spring Boot 项目骨架和本地开发环境。
从 Spring Initializr 拉取并生成完整的 Spring Boot 项目骨架,支持 Spring Boot 3.x/4.x,能按 DDD 或 Layered 风格建包结构,并帮你配置 JPA、SpringDoc OpenAPI 及用于本地开发的 Docker Compose(PostgreSQL、Redis、MongoDB)。适合从零启动微服务或后端应用时快速搭建可运行工程。输出是可编译运行的模板,省掉手工配置依赖和环境的繁琐步骤。
▸ 展开 SKILL.md 英文原文
Creates and scaffolds a new Spring Boot project (3.x or 4.x) by downloading from Spring Initializr, generating package structure (DDD or Layered architecture), configuring JPA, SpringDoc OpenAPI, and Docker Compose services (PostgreSQL, Redis, MongoDB). Use when creating a new Java Spring Boot project from scratch, bootstrapping a microservice, or initializing a backend application.
311
Stars
37
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/spring-boot-project-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/spring-boot-project-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Spring Boot Project Creator ## Overview Generates a fully configured Spring Boot project from scratch using the Spring Initializr API. The skill walks the user through selecting project parameters, choosing an architecture style (DDD or Layered), configuring data stores, and setting up Docker Compose for local development. The result is a build-ready project with standardized structure, dependency management, and configuration. ## When to Use - Bootstrap a new Spring Boot 3.x or 4.x project with a standard structure. - Initialize a backend microservice with JPA, SpringDoc OpenAPI, and Docker Compose. - Scaffold a project following either DDD (Domain-Driven Design) or Layered (Controlle
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有