com um clique
webshop-robert
webshop-robert contém 2 skills coletadas de thomasandersen77, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.