Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/springboot-rest-jpa-security

A Java Spring Boot REST API and MVC Web Application using Spring Security
https://github.com/persteenolsen/springboot-rest-jpa-security

Last synced: 29 days ago
JSON representation

A Java Spring Boot REST API and MVC Web Application using Spring Security

Awesome Lists containing this project

README

        

A Java Spring Boot REST API and MVC Web Application using Spring Security

This Java Spring Boot REST API and MVC Web application ( Spring Security ) was made by the following technology:

- springboot-rest-jpa-security at GitHub
- Migration from Java 8 to Java 11
- Visual Studio Code with the Microsoft Java Extension Pack
- Microsoft Azure App Service with a Free App Service Plan for web hosting
- MySQL Database
- Spring Security for protecting some of the views by a Login
- Spring Boot Security Bcrypt Encoder for encoding password based on the
Blowfish cipher that generates a random salt while encoding passwords on a String
value with a lenght 60. Then the password are not stored in pain text!
- REST API and MVC as well as a Service and JPA Repository layer
- Maven as build tool
- Hibernate for initializing the Database and implement JPA
- Hibernate Validator and Apache Commons Validater for server side form validation
- JSP for the View part ( GUI )
- Bootstrap for the responsive design