Skip to content

Pavankn18/Edupilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The barebone template for Spring MVC project with Java-based configuration.

Maven project type:

org.apache.maven.archetypes:maven-archetype-webapp

The main directory structure:

├───src
│   └───main
│       ├───java
│       │   └───com
│       │       └───petehouston
│       │           └───learnspringmvc
│       │               ├───config
│       │               │   ├───AppConfig.java
│       │               │   ├───AppInitializer.java
│       │               └───controller
│       │                   ├───HelloController.java
│       ├───resources
│       │   └───css
│       │       └───style.css
│       └───webapp
│           └───WEB-INF
│               └───views
│                   └───welcome.jsp

Edupilot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •