Skip to main content
GitHub 仓库

webcert

webcert 收录了来自 sklintyg 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
9
更新
2026-07-03
Forks
7
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

spring-boot-4-lifecycle-migration
软件开发工程师

Migrates Inera intyg Java apps from Spring Boot 3.5.x / Gradle 8.14.x / Jackson 2 to Spring Boot 4.1.0 / Gradle 9.6.0 / Jackson 3 using phased, verifiable steps. Use when lifecycle migration, Java 25 upgrade, intyg-bom bump, Jackson 3 migration, Gradle 9 upgrade, or Spring Boot 4 migration is requested for intyg projects.

2026-07-03
migration-plan-executor
软件开发工程师

Execute a detailed, sub-stepped implementation plan (such as migration/detailed-plan-step-13.md) safely, thoroughly, and verifiably. Use this when following a multi-step migration or refactoring plan where completeness, ordering, and continuous verification matter — and where the result must be a runnable, deployable application.

2026-03-24
spring-boot-config-refactor
软件开发工程师

Refactor a Spring Boot application's configuration from legacy application.properties and scattered @Value usage to structured YAML and immutable @ConfigurationProperties records. Use this when migrating messy configuration, standardizing property naming, introducing app-prefixed custom properties, or separating sensible defaults from local development overrides.

2026-03-24
spring-boot-project-structure
软件开发工程师

Scaffold or restructure a Spring Boot application's @Configuration classes, module layout, profile strategy, and infrastructure wiring. Use this when setting up a new Spring Boot service, reorganizing an existing one, adding modules, or aligning project structure with production-grade patterns for Kubernetes deployment.

2026-03-24