simple-kotlin-spring

Community

Lean Kotlin + Spring: simple MVP without repos

Authordiegolirio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Scaffolds a Kotlin + Spring Boot multi-module backend using a simplified domain layer that does not expose a domain repository interface or RepositoryImpl. Handlers inject the Spring Data XJpaRepository directly and the domain-to-persistence mapping lives inside the JPA entity via toDomain and fromDomain. This approach speeds up MVPs and prototypes while preserving a clean architectural structure with buildingBlocks, core, presenter-api, presenter-consumer, and presenter-job.

Core Features & Use Cases

  • Simplified multi-module scaffold: buildingBlocks, core, presenter-api, presenter-consumer, presenter-job.
  • No domain repository interface or RepositoryImpl; direct injection of XJpaRepository into application handlers.
  • JPA entity handles domain mapping with toDomain and fromDomain, preserving a clear persistence boundary.
  • Trade-offs: faster MVPs at the cost of tighter coupling between core and infrastructure; best for prototyping and small teams.

Quick Start

Run the scaffold to generate a new Kotlin Spring project with the simplified multi-module structure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: simple-kotlin-spring
Download link: https://github.com/diegolirio/ai-showcase-skills/archive/main.zip#simple-kotlin-spring

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.