项目作者: UmeshRajani

项目描述 :
Plumbing website using Spring MVC 5 + Hibernate 5 + Spring Security 5 + Annotation based configuration + Maven + MySQL
高级语言: JavaScript
项目地址: git://github.com/UmeshRajani/Spring5-MVC-Hibernate5-SpringSecurity5-CRUD.git
创建时间: 2019-12-01T11:29:37Z
项目社区:https://github.com/UmeshRajani/Spring5-MVC-Hibernate5-SpringSecurity5-CRUD

开源协议:GNU General Public License v3.0

下载


Quickfixer (plumbing website)

Small base application for general plumbing, electrical repairing service, painting, ticket based solution.

Technology stack:

  1. Spring 5.2.0.RELEASE
  2. Spring Security 5.2.0.RELEASE
  3. Hibernate 5.2.11.Final
  4. JDK 1.8
  5. Maven 3.1
  6. Tomcat 8
  7. MySQL 5+

This is base project for plumbing services, all configuartions are Java/Spring annotation based.

Follow the steps to run project locally:

  1. Create database quickfixer in mysql, use follwoing db file from project quickfixer.sql
  2. Take clone of this project and import project in eclipse as maven
  3. Update db configuartion exist under resources folder db.properties
  4. Select project and do maven install to install al required dependency
  5. Add tomcat server in eclipse
  6. Run this project on server
  7. Hit the path http://localhost:8080/myfixer/
  8. 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