Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2026-07-05
Added
Python CLI:init(非交互 + 交互式向导)、list-plugins
Spring Boot 3.x 五模块骨架:common / dao / service / web + 父 POM
JDK 17 / 21 / 25 对应 Spring Boot 3.2.5 / 3.3.8 / 3.4.4
内置插件:security、docker、test、redis、actuator
多 Domain 示例:User、Order、Product
MyBatis-Plus + Flyway + SpringDoc OpenAPI + 统一异常与返回体
可选 MySQL 连接 + bin/gen-tables.sh 代码生成器
GitHub Actions CI(5 个 Job:CLI 验证、裸骨架、全插件、JDK 17、Security 组合)
Windows 启动脚本 solo-spring-scaffold.bat
开源文档:LICENSE、CONTRIBUTING、SECURITY、Issue/PR 模板
CLI --version 参数
Full Changelog: https://github.com/shenyb/solo-spring-scaffold/commits/v0.1.0