Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/springbootjsfprimefacesjpasecurity
A Java Spring Boot JSF PrimeFaces JPA Web App using Spring Security
https://github.com/persteenolsen/springbootjsfprimefacesjpasecurity
Last synced: 14 days ago
JSON representation
A Java Spring Boot JSF PrimeFaces JPA Web App using Spring Security
- Host: GitHub
- URL: https://github.com/persteenolsen/springbootjsfprimefacesjpasecurity
- Owner: persteenolsen
- Created: 2019-07-12T12:00:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:26:52.000Z (over 2 years ago)
- Last Synced: 2024-11-07T09:46:21.439Z (2 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Java Spring Boot JSF PrimeFaces JPA Web App using Spring Security
This Java Spring Boot Security JSF PrimeFaces Web App was made by the following technology:
- 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
- JVM memory have been set to an alocation of 512 MB both initial and max because of the limited physial memory
- MySQL Database
- Tomcat JDBC Datasource instead of the default HikariCP- Spring Security for securing the administration part behind a login
- Spring Boot Security Bcrypt Encoder for encoding password based on the Blowfish cipher. The password are not stored in pain text!
- JSF, PrimeFaces, Entity Model as well as a Service and JPA Repository layer- Maven as build tool
- JPA implemented by Hibernate for initializing the Database and mapping Model instances / objects to the Database
- Hibernate Validator and Apache Commons Validater for server side form validation- PrimeFaces for the View part ( GUI )