Removed Tomcat Plugin from pom.xml, rename Userdetails to User and moved

the controller to web
This commit is contained in:
vkadapa
2015-12-18 15:51:12 +05:30
committed by David Morley
parent 8306f357b3
commit f553c8f049
4 changed files with 64 additions and 73 deletions
-8
View File
@@ -164,14 +164,6 @@
</configuration>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<path>/</path>
</configuration>
</plugin>
</plugins>
</build>
<properties>