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
Science Score: 21.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization diging has institutional domain (diging.asu.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
A Maven archetype to create a Spring Security/MVC project for Tomcat 8
Basic Info
Statistics
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
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 installto 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=<your-group-id> -DartifactId=<your-artifact-id>
Note for Eclipse Users
If you are using Eclipse and want to use Eclipse's New Project wizard, do the following:
- Run
mvn installon 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.
Owner
- Name: ASU Digital Innovation Group
- Login: diging
- Kind: organization
- Location: Tempe, Arizona
- Website: http://diging.asu.edu
- Repositories: 117
- Profile: https://github.com/diging
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- javax.servlet:javax.servlet-api 3.1.0
- javax.servlet:jstl 1.2
- log4j:log4j 1.2.15
- org.apache.tiles:tiles-api 3.0.1
- org.apache.tiles:tiles-core 3.0.1
- org.apache.tiles:tiles-jsp 3.0.1
- org.apache.tiles:tiles-servlet 3.0.1
- org.apache.tiles:tiles-template 3.0.1
- org.aspectj:aspectjrt 1.8.9
- org.aspectj:aspectjweaver 1.8.9
- org.slf4j:jcl-over-slf4j 1.7.5
- org.slf4j:slf4j-api 1.7.5
- org.slf4j:slf4j-log4j12 1.7.5
- org.springframework.security:spring-security-config 4.1.3.RELEASE
- org.springframework.security:spring-security-core 4.1.3.RELEASE
- org.springframework.security:spring-security-taglibs 4.1.3.RELEASE
- org.springframework:spring-aop 4.3.1.RELEASE
- org.springframework:spring-context 4.3.1.RELEASE
- org.springframework:spring-core 4.3.1.RELEASE
- org.springframework:spring-web 4.3.1.RELEASE
- org.springframework:spring-webmvc 4.3.1.RELEASE
- junit:junit 3.8.1 test