Skip to content

ibuziuk/bsuir-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Quality Management System

Preinstallation

  1. JDK 7
  2. Maven 3
  3. Eclipse IDE for Java EE Developers
  4. Tomcat 7
  5. MySQL

How to give it a go?

  1. Clone this repositry

     git clone git@github.com:ibuziuk/bsuir-coursework.git
    
  2. Buid it via maven

     mvn clean package
    
  3. Run Eclipse and import project as a maven project

     File -> Import -> Existing Maven Project
    
  4. Add Tomcat Server to Eclipse

  5. Create db via MySql (Hibernate creates and updates the db schema, but it needs db being created first)

     name="project_managment_system" user="root" password="password"
    
  6. Run the project on Tomcat Server from Eclipse

     Right-click on the project -> Run As.. -> Run on Server
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages