Java spring boot with Maven, Java 17 and H2 database (auto created)
go to application.properties and set spring.datasource.initialization-mode=always. After first initialization, remove this like to prevent issues with constaints.
React with Typescript and Vite.
- cd frontend
- npm install
- npm run dev
- Open browser and go to http://localhost:5173/
- Enjoy!