Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/springboot-rest-jpa-security
- Owner: persteenolsen
- Created: 2019-06-16T15:13:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T10:24:04.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:46:24.458Z (3 months ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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