Skip to content

Spring course prerequisite project to make sure your work environment is ready

License

Notifications You must be signed in to change notification settings

amitt03/spring-course-exercise-prerequisite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prerequisite

####This is a simple project to enable workspace validation prior taking the course.

Your workspace must include the following:

  • IDE
  • Java 7
  • Maven 3
  • Tomcat 7
  • Git

All following steps **MUST** pass successfully:
  1. clone project
  2. Import project into your IDE.
  3. Run: mvn clean install (can do it inside IDE)
    If the build fails then you have a problem in your environment
  4. Run tomcat with prerequisite war
  5. Open browser to your tomcat host:port (you should see "PASSED, you are good to go")
    If the tomcat fails to lad then you have a problem in your environment

About

Spring course prerequisite project to make sure your work environment is ready

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages