Skip to content

NMurz/spring-mvc-java-web-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-mvc-java-web-app-template

Template project for web-application development using Spring MVC and Java

Starter template project for thos who want to start experimenting with Java & Spring MVC & JSP.

You need to have Java 7+ installed on your PC in order to compile example.

Project uses Apache Maven as build and dependency management tool.

It has 4 modules:

  1. common - module with common information
  2. data - module with Data Access Layer & Service Layer
  3. web - module that will be deployed into tomcat
  4. web-app-launcher - is a helper module that's used for using ide-based Launcher (see Launcher class).

In order to create war execute following command: mvn -P=build clean package

P.S. I prefer to use IntelliJ IDEA IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages