apply_egovframe_recipe
Pick a recipe, generate a project, and assemble common components automatically. Preview the full plan with dryRun before executing.
Instructions
레시피 하나를 골라 프로젝트 생성 → 공통컴포넌트(필요 시 AI 계층) 조립까지 순차 실행합니다. dryRun=true로 전체 계획을 먼저 미리볼 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | true면 디스크 변경 없이 전체 계획만 미리보기 | |
| groupId | No | 자바 groupId | egovframework.example |
| database | No | DB 스크립트 대상(미지정 시 레시피 기본값) | |
| recipeId | Yes | list_egovframe_recipes의 id. 예: board-login | |
| outputDir | Yes | 생성할 상위 디렉터리(절대경로 권장) | |
| projectName | Yes | 프로젝트명(artifactId). 소문자·숫자·하이픈 |