A Spring Boot & Next.js Application Template
GET /api/user-profiles
- List all user profilesGET /api/user-profiles/{id}
- Get user profile by IDGET /api/user-profiles/by-user/{userId}
- Get user profile by user IDPOST /api/user-profiles
- Create a new user profile