File list (Check if you may need any files):
.classpath
.project
.settings
.........\.jsdtscope
.........\org.eclipse.jdt.core.prefs
.........\org.eclipse.m2e.core.prefs
.........\org.eclipse.wst.jsdt.ui.superType.container
.........\org.eclipse.wst.jsdt.ui.superType.name
.........\org.eclipse.wst.validation.prefs
pom.xml
src
...\main
...\....\java
...\....\....\com
...\....\....\...\websystique
...\....\....\...\...........\springmvc
...\....\....\...\...........\.........\configuration
...\....\....\...\...........\.........\.............\HelloWorldConfiguration.java
...\....\....\...\...........\.........\.............\HelloWorldInitializer.java
...\....\....\...\...........\.........\controller
...\....\....\...\...........\.........\..........\HelloWorldRestController.java
...\....\....\...\...........\.........\model
...\....\....\...\...........\.........\.....\User.java
...\....\....\...\...........\.........\service
...\....\....\...\...........\.........\.......\UserService.java
...\....\....\...\...........\.........\.......\UserServiceImpl.java
...\....\resources
...\....\webapp
...\test
...\....\java
...\....\....\com
...\....\....\...\websystique
...\....\....\...\...........\springmvc
...\....\....\...\...........\.........\SpringRestTestClient.java