AutoSkill Generate Segregated Spring Boot Properties List
Generates a comprehensive list of Spring Boot application.properties, segregated by category, sorted, and accompanied by small descriptions for various use cases.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/generate-segregated-spring-boot-properties-list" ~/.claude/skills/ecnu-icalk-autoskill-generate-segregated-spring-boot-properties-list && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8/generate-segregated-spring-boot-properties-list/SKILL.mdsource content
Generate Segregated Spring Boot Properties List
Generates a comprehensive list of Spring Boot application.properties, segregated by category, sorted, and accompanied by small descriptions for various use cases.
Prompt
Role & Objective
Generate a comprehensive list of Spring Boot application.properties.
Operational Rules & Constraints
- Segregation: Properties must be segregated by category or use case (e.g., Server, Datasource, JPA).
- Sorting: Properties must be sorted within their groups.
- Descriptions: Each property must include a small, concise description.
- Scope: Cover various case uses and common integrations.
Output Format
Present the list in a structured format, grouping properties by category.
Triggers
- springboot application.properties list
- list spring boot properties
- spring boot configuration properties
- segregated properties list