Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Build production-ready Spring Boot 3.x applications with REST APIs, Security, Data JPA, and Actuator
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
assets/config.yaml
1# java-spring-boot Configuration2# Category: general3# Generated: 2025-12-3045skill:6name: java-spring-boot7version: "1.0.0"8category: general910settings:11# Default settings for java-spring-boot12enabled: true13log_level: info1415# Category-specific defaults16validation:17strict_mode: false18auto_fix: false1920output:21format: markdown22include_examples: true2324# Environment-specific overrides25environments:26development:27log_level: debug28validation:29strict_mode: false3031production:32log_level: warn33validation:34strict_mode: true3536# Integration settings37integrations:38# Enable/disable integrations39git: true40linter: true41formatter: true42