Back to all

create-module

by kjyy08

00Feb 6, 2026Visit Source
Create a new domain module following DDD + Hexagonal Architecture patterns for the blog-server project. Use when creating new modules in modules/ directory with domain, application, and adapter layers. Generates Aggregate Roots, Value Objects, UseCases, Services, Controllers, JPA entities, and Mappers following established patterns from the member module. All code includes Korean KDoc comments.