REST, Spring, Spring MVC, Hibernate, MySQL
HOW TO RUN:
- Download and open this project from github.
- use "mvn idea:idea" for creating project in Intellij Idea
- change database.properties for your databse. for default it will be: name "test", username - "root" and password - "132435"
- Insert test data to database in console. You can find it in EmployeeService/src/main/resources/testDataForDatabase.txt
- 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.
- or open project in Idea.
- Create MySQL Dataabase connection.
- Create Tomcat server for that project in your IDE and run it.
- 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.
