| Author |
Steps to configure and use Mysql database with Spring MVC 3.0 without using hibernate.
|
Prashant Chindhade
Ranch Hand
Joined: Jan 19, 2011
Posts: 77
|
|
Hi everyone
I am new to spring MVC and I am using spring MVC 3.0.4.
I need to use jdbc with mysql server.
can anyone provide me link for step by step tutorial for configuration. it will be helpful for me.
thanks
Prashant
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
assuming you are using XML config
You could shorten that up a bit by using the p and c namespaces but it gives you the idea. Put your properties in a file named jdbc.properties on the classpath.
Once you have that you can @Autowire in you jdbcTemplate and use that to execute queries.
|
[How To Ask Questions][Read before you PM me]
|
 |
 |
|
|
subject: Steps to configure and use Mysql database with Spring MVC 3.0 without using hibernate.
|
|
|