Skip to content

GBoroda/EmployeeService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

EmployeeService

REST, Spring, Spring MVC, Hibernate, MySQL

HOW TO RUN:

  1. Download and open this project from github.
  2. use "mvn idea:idea" for creating project in Intellij Idea
  3. change database.properties for your databse. for default it will be: name "test", username - "root" and password - "132435"
  4. Insert test data to database in console. You can find it in EmployeeService/src/main/resources/testDataForDatabase.txt
  5. Use "mvn tomcat7:deploy -Dtomcat.username=YOUR_USERNAME -Dtomcat.password=YOUR_PASSWORD" to deploy this app in tomcat server. Or deploy .war file from tomcat manager page.
  6. or open project in Idea.
  7. Create MySQL Dataabase connection.
  8. Create Tomcat server for that project in your IDE and run it.
  9. Open next links for work with programm /main - for main page; /employees - to see List with all employees; /departments - to see List with all departments name.

What we got: screen

About

Spring, Spring MVC, RESTful, Hibernate, MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors