https://github.com/hendisantika/spring-boot-prime-faces
A Simple integration between Spring Boot with Prime faces
https://github.com/hendisantika/spring-boot-prime-faces
Last synced: about 2 months ago
JSON representation
A Simple integration between Spring Boot with Prime faces
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-prime-faces
- Owner: hendisantika
- Created: 2017-06-17T12:48:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T22:36:36.000Z (about 2 months ago)
- Last Synced: 2025-04-09T23:29:40.257Z (about 2 months ago)
- Language: Java
- Size: 995 KB
- Stars: 12
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot integration with Prime Faces
- Localization
- Loging (external file(debug, error) & console)
- JPA Repositories
- MySQL Database
- Email notifications (smtp gmail)
- Spring Security## Things to do:
1. Clone repository:
```
git clone https://github.com/hendisantika/spring-boot-prime-faces.git
```
2. Go the folder:
```
cd spring-boot-prime-faces
```
3. Run the app:
```
mvn clean spring-boot:run
```When you will launch the application for the first time, go to application.properties file and set spring.datasource.initialize=true (return the value to false when the application will be relaunched)
To DO Things :
1. Go to http://localhost:8080/registration.faces and register your user
2. Go to http://localhost:8080/login.faces and login with your credentials

3. Go to http://localhost:8080/admin/index.faces to see employee list
