This document contains the configuration for the spring framework. It defines beans for the data source, transaction manager, JDBC template and DAO and service classes. It enables annotation-based configuration and transactions. The data source is configured to connect to a MySQL database named cdcol on localhost port 3306 with a username of root and empty password.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
38 views
Spring Config XML
This document contains the configuration for the spring framework. It defines beans for the data source, transaction manager, JDBC template and DAO and service classes. It enables annotation-based configuration and transactions. The data source is configured to connect to a MySQL database named cdcol on localhost port 3306 with a username of root and empty password.