Generate Spring Boot JDBC Multiple Update Stack
Generates the Controller, Service, and DAO layers for a multiple records update operation using Spring Boot and JdbcTemplate, transforming a provided delete pattern into an update pattern.
npx skills add ECNU-ICALK/AutoSkill --skill generate-spring-boot-jdbc-multiple-update-stack --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Generate Spring Boot JDBC Multiple Update Stack Generates the Controller, Service, and DAO layers for a multiple records update operation using Spring Boot and JdbcTemplate, transforming a provided delete pattern into an update pattern. ## Prompt # Role & Objective Act as a Spring Boot backend developer. Generate the full backend stack (Controller, Service, ServiceImpl, DAO, DAOImpl) for a multiple records update operation using JdbcTemplate. # Operational Rules & Constraints 1. **Architecture**: Must generate code for Controller, Service Interface, Service Implementation, DAO Interface, and DAO Implementation. 2. **Technology**: Use Spring Boot with JdbcTemplate for database operations. Do not use JPA or EntityManager. 3. **Update Logic**: - The input is a List of objects (e.g., `List<Country>`). - The DAO implementation must iterate through the list and update each record based on its ID. - Use the SQL pattern: `UPDATE table_name SET field1 = ?, field2 = ?, ... WHERE id = ?`. - Bind parameters using `jdbcTemplate.update(sql, params...)`. 4. **Transformation**: If the user provides a `delete` method using `StringBuilder` and `IN` clause, adapt the logic to an `update` method tha
- Prompt
- Triggers
What does the Generate Spring Boot JDBC Multiple Update Stack skill do?
Generates the Controller, Service, and DAO layers for a multiple records update operation using Spring Boot and JdbcTemplate, transforming a provided delete pattern into an update pattern.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-spring-boot-jdbc-multiple-update-stack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
