Nils Hartmann

Results 39 comments of Nils Hartmann

Thank you, @firasrg for your work! @all: I wonder if we should follow the [spring-petclinic-angular](https://github.com/spring-petclinic/spring-petclinic-angular) example and drop the backend part here and only include the react frontend. Pro: +...

@firasrg: Git Submodules sounds like a good idea. I think we don't need a new repo: - Spring Pet Clinic (this repo) - frontend/ (this repo) - REST API app...

Hi all, again thanks a lot for your comments and engagement! πŸ‘ 😊 I would suggest: - we're using only one issue to track progress for backend and frontend, as...

Hi @firasrg, while I think this is a good idea, I think that would make another/different spring-petclinic example project. I'd like to go here with React, so people can compare...

Wow, great! ☺️ Thanks a ton!!! πŸ‘ Unfortunately this week I'm quite busy, so I will need some days to have a look at your PR.

Has anyone got a working setup for tests with vitest? I'm using Next.js 15.1.6 with the included React 19. My `vitest.config.mts`-file looks like this: ```typescript import react from "@vitejs/plugin-react"; import...

Thanks, @phryneas! Seems to be a little more effort than I thought πŸ˜‰

@casid Yes, you're right, I'm using the Spring Boot starter (for some reason I removed this info from my description πŸ€¦β€β™‚οΈ) I think the method behaves correctly but it would...

Anyone has a solution or workaround for this issue? I tried to make my search params `optional()` instead of providing `default()` values. Beside the fact that now my application has...