https://github.com/diging/webapp-tomcat8-spring-security-archetype
A Maven archetype to create a Spring Security/MVC project for Tomcat 8
https://github.com/diging/webapp-tomcat8-spring-security-archetype
Last synced: 9 months ago
JSON representation
A Maven archetype to create a Spring Security/MVC project for Tomcat 8
- Host: GitHub
- URL: https://github.com/diging/webapp-tomcat8-spring-security-archetype
- Owner: diging
- License: apache-2.0
- Created: 2016-11-02T00:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T00:28:21.000Z (over 9 years ago)
- Last Synced: 2025-02-28T18:46:31.896Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 858 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# webapp-tomcat8-spring-security-archetype
This Maven archetype creates a basic Spring project using Servlet Spec 3.1 (Tomcat 8) and Spring Security.
## Installation
* To use the archetype, clone this repository and run `mvn install` to install the archetype in your local Maven repo.
* Then create a project from the new archetype by running:
`mvn archetype:generate -DarchetypeGroupId=edu.asu.diging -DarchetypeArtifactId=webapp-tomcat8-spring-security-archetype -DarchetypeVersion=0.1 -DgroupId= -DartifactId=`
## Note for Eclipse Users
If you are using Eclipse and want to use Eclipse's New Project wizard, do the following:
* Run `mvn install` on the project to install the project in your local Maven repo.
* Select "File > New > Maven Project".
* Click "Next" (make sure "Create a simple project" is not checked)
* From your "Default Local" catalog select the new archetype.
If Eclipse throws an error saying a pom.xml is missing, try to restart Eclipse.