Skip to content

seijikohara/springboot3-nuxt3

Repository files navigation

Spring Boot 3 and Nuxt 3 Starter Template

This project uses Kotlin with Java 21 for the backend and Nuxt3 with SSG (static site generation) mode for the frontend. Both components are packaged and deployed using Docker. The Spring Boot server serves the frontend files generated by Nuxt.

Backend

  • Kotlin (Java 21)
  • Spring Boot 3

Frontend

  • Nuxt 3 (SSG mode)

Deployment

This project is intended to be deployed using Docker. Docker containers can be built for both the backend and frontend components and then deployed using container orchestration platforms like Kubernetes or Docker Compose. The Spring Boot server serves the frontend files generated by Nuxt in SSG mode, enabling seamless integration of the backend and frontend components.