adding all of botlist, initial add
[botlist.git] / botlistprojects / botgems_remote / conf / SqlMapConfig_Example.xml
blobb7a48fbf712a149953a911d312f846c5a0695e61
1 <?xml version="1.0" encoding="UTF-8" ?>\r
2 <!DOCTYPE sqlMapConfig      \r
3     PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"      \r
4     "http://ibatis.apache.org/dtd/sql-map-config-2.dtd">\r
5 <sqlMapConfig>\r
6 \r
7   <!-- Configure a built-in transaction manager.  If you're using an \r
8        app server, you probably want to use its transaction manager \r
9        and a managed datasource -->\r
10   <transactionManager type="JDBC" commitRequired="false">\r
11     <dataSource type="SIMPLE">\r
12       <property name="JDBC.Driver" value="com.mysql.jdbc.Driver"/>\r
13       <property name="JDBC.ConnectionURL" value="jdbc:mysql:///botlist_development"/>\r
14       <property name="JDBC.Username" value="USER"/>\r
15       <property name="JDBC.Password" value="PASSWORD"/>\r
16     </dataSource>\r
17   </transactionManager>\r
19   <!-- List the SQL Map XML files. They can be loaded from the \r
20        classpath, as they are here (com.domain.data...) -->       \r
21   <sqlMap resource="conf/FeedItems.xml"/>
22   <sqlMap resource="conf/SystemAudit.xml"/>\r
24 </sqlMapConfig>\r