Skip to content

gzhernov/java-spring-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Developer Technical TestIntroductionYou are requiredto solve the following problem. Please provide a fully working Maven project including POM file with clearly structured files and all resources required to run successfully.Please check the code compiles before submitting.DurationThis test should take a maximum of 2 hours to complete.The ProblemYou are required to create a Spring MVC RESTful web service consisting of the following components:1.A single controller –TestController2.Two models –Person and Addressa.Name and Age in Personb.House Number, Street Name and City in Address3.A single service –PersonService4.A MySQL databaseThe project must satisfy the following criteria:1.You may use either a Spring MVC compiling to a WAR or Spring Boot2.The web service must persist to theMySQL database using Spring Data3.The controller must accept and return data in JSON format4.Expose the following functionality:a.Add a personb.Add an address to a personc.Retrieve all peopled.Retrieve a single person5.The web service must be secured via Spring Security (basic username / password is fine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages