Small base application for general plumbing, electrical repairing service, painting, ticket based solution.
Technology stack:
- Spring 5.2.0.RELEASE
- Spring Security 5.2.0.RELEASE
- Hibernate 5.2.11.Final
- JDK 1.8
- Maven 3.1
- Tomcat 8
- MySQL 5+
This is base project for plumbing services, all configuartions are Java/Spring annotation based.
Follow the steps to run project locally:
- Create database quickfixer in mysql, use follwoing db file from project quickfixer.sql
- Take clone of this project and import project in eclipse as maven
- Update db configuartion exist under resources folder db.properties
- Select project and do maven install to install al required dependency
- Add tomcat server in eclipse
- Run this project on server
- Hit the path http://localhost:8080/myfixer/
- Login with admin/admin@123 credentials and you go..
Now This is your application up and now to learn diferent things like Spring Security, Hiberante need to make different tweak so you will learn yourself
Detailed explanation given here