Skip to content

Evgenij-Pavlenko/Projects

Repository files navigation

Projects

1. web-customer-tracker


Java 8, Maven, Hibernate, Spring MVC, Spring-AOP, Spring-Security

1. Login user on the start page.
1. Lists customers on the page.
  • Role Employee - can see the list of customers and search for a customer
  • Role Manager - can update customer
  • Role Admin - can delete customers

2. The list is sorted by last name.
3. The application allows you to add / edit / delete customers.
4. Search by first name or last name has been implemented. Also by name.
5. Add Logging with Spring-AOP
6. Register new user, as Employee


List Customers displayed

course project

1. ImageProcessorMaven


Maven, Mockito
  1. Application takes settings from test_images.csv ("url" and "action")
  2. Download image from internet
  3. The application processes the downloaded image according to the settings
  4. The application saves the processed image to disk
  5. All test with Mockito

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published