en un clic
webshop-robert
webshop-robert contient 2 skills collectées depuis thomasandersen77, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Implements user registration, login, and authenticated current-user endpoints for webshop_backend (api/core/persistence) under strict layered DDD rules. Use when the user asks for auth, registrering, innlogging, JWT or session login, PasswordEncoder, User aggregate, @CurrentUser, /api/auth/register, /api/auth/login, /api/auth/me, RbacService, or security flows for this Kotlin Spring backend.
Refactors Spring Boot + Maven webshop_backend so CI builds and integration tests use Testcontainers PostgreSQL instead of localhost:5432, and OpenAPI YAML is generated during verify from a running app backed by that container. Use when fixing "Connection to localhost:5432 refused", "Unable to determine Dialect without JDBC metadata", CI build failures without local Postgres, OpenAPI generation at build time, springdoc /v3/api-docs.yaml, Failsafe vs Surefire, or @ServiceConnection Testcontainers setup for this repo.