Skip to content

buriedgod/SpringWebSkeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

##Spring Web Application Skeleton

  1. Clone the Project;
  2. run "mvn clean install" from console;
  3. If you are using it with IDE, import it as "Existing Maven Project";
  4. Modify project name, package names in pom.xml,servlet-context.xml and in package declarations if necessary;
  5. Right click on project and Run As -> maven install;
  6. Once, it succeeds, Right click on project and Run As -> Run On Server;
  7. Define a Server and Run on it;
  8. Java Version Set as - 8 - Make sure you have the same.

About

Sample Spring Web Application Skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.5%
  • HTML 14.5%