Is there anything like ASP.NET Razor templates for login, register, manage account and others in Spring framework?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • spring-boot-realworld-example-app

    Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.

    Nothing like that specifically, but you're looking for Spring/Spring Boot + Spring Web MVC. I doesn't do this stuff out of the box in a pre-packaged thing, but there's templates/quick guides out there. You can look for Maven archetypes or just go for the tried and true "real world app" https://github.com/gothinkster/spring-boot-realworld-example-app

  • java-ee-kickoff-app

    javaee-kickoff-app

    It's not Spring, but for Jakarta EE there's https://github.com/javaeekickoff/java-ee-kickoff-app

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

  • rsp

    A simple Java web framework for building real-time user interfaces and UI components. (by vadimv)

    You may be interested in this https://github.com/vadimv/rsp approach.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts