Skip to content

That is a web based application which is developed by using Maven,Spring MVC,MySQL and Tomcat

Notifications You must be signed in to change notification settings

0gebey/SpringMVCContact

Repository files navigation

SpringMVCContact

That is a web based application which is developed by using Maven,Spring MVC,MySQL and Tomcat

READ HERE

Please create a etsTurTask database in your root@localhost:3036 by using MySQL. Your user name and password should be "root" Then you should create a table named "contact" with five columns => contact_id, name, surname, blood, phone, adress.

	dataSource.setDriverClassName("com.mysql.jdbc.Driver");
	dataSource.setUrl("jdbc:mysql://localhost:3306/etsturtask");
	dataSource.setUsername("root");
	dataSource.setPassword("root");

You can import the project as an existing Maven project to the Eclipse.

About

That is a web based application which is developed by using Maven,Spring MVC,MySQL and Tomcat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages