Skip to content

HowlingWerewolf/SpringMVC_IMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC_IMS

This application based on the Spring tutorial: https://docs.spring.io/docs/Spring-MVC-step-by-step/part3.html

Please note that I not tightly followed the instructions:

  • new Spring versions does not support SimpleFormController and SimpleJdbcDaoSupport
  • instead of Ant, I use Apache Maven 3.3.9
  • instead of Hsql, I use PostgreSQL

In addition to the project, other features added:

  • add product
  • delete product

Thanks to flyway, the basic tables are set up by default.

  • product table, filled up with data
  • user springims that can access this table

In order to use selenium, install it to Firefox, then create 'c:/selenium' folder.

Start: http://localhost:8080/SpringMVC_IMS/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages