Skip to content

Instantly share code, notes, and snippets.

View gabriel-maciel's full-sized avatar
🏠
Working from home

Gabriel Maciel gabriel-maciel

🏠
Working from home
  • 02:22 (UTC -03:00)
View GitHub Profile
@gabriel-maciel
gabriel-maciel / guidelines.md
Created October 8, 2025 14:05
guidelines.md

Spring Boot SaaS MVP Playbook (Strategy‑first, Trunk‑Based)

Merges our Spring Boot guidelines with concrete Git workflow, docs, repo hygiene, and CI patterns—focused on a configurable SaaS MVP that ships small slices fast.

0) Target & Constraints

  • Goal: Ship a configurable SaaS MVP quickly, with swappable integrations and safe dark‑launches.
  • Style: Trunk‑Based Development (tiny PRs, feature flags, always‑green CI).
  • Runtime: Java 21+, Spring Boot 3.x.