973c82f304
- Parent POM: de.platesoft:plate-auth-parent with ${revision} CI-friendly versioning
- plate-auth-starter module: Spring Boot 4.1.0 starter deps (web, jpa, security, validation, jwt, flyway, envers)
- @platesoft/auth npm package skeleton: tsup bundler, conditional exports, TypeScript strict
- Gitea Actions: ci.yml (on push/PR) + release.yml (on v* tag)
- distributionManagement pointing to Gitea Package Registry (Maven + npm)
- Apache-2.0 LICENSE, README with quickstart, CHANGELOG, .editorconfig, .gitignore
- pnpm workspace with packages/auth
- Maven BUILD SUCCESS verified locally
371 B
371 B
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
Added
- Initial project scaffold (W1)
- Maven parent POM with
${revision}CI-friendly versioning plate-auth-startermodule skeleton@platesoft/authnpm package skeleton (tsup + ESM/CJS dual build)- Gitea Actions CI + release pipelines
- Apache-2.0 LICENSE