A stock management system using JSF and Spring
- Login system
- Show list of products from database
- Make an order
- Display the order invoice in pdf
- Add the order into the list of orders
- JSF
- Primefaces
- Spring core
- Spring security
- Spring boot
- Spring data
- Hibernate
- Lombok project
- Jasper report
- Datatables
- Apache Maven
- Mysql
- Spring documentation
- Primefaces documentation
- Stackoverflow
- How to use japser report with spring boot
- Integrating Spring Boot with Java Server Faces using JoinFaces
- Fork (optional) and clone repo
git clone https://github.com/soufianeodf/spring-boot-asustech.git
cd spring-boot-asustech
- Import the project to your IDE.
- Wait some seconds until maven install all the dependencies.
- Execute g_stock, and g_vente databases in Mysql.
- Open application.properties file and change the values of port, username and password of the two databases to yours.
- Run AsustechApplication.java file.
- For the login :
- Username : john
- Password : fun123
Licensed under the MIT License.