wizard.xml 839 Bytes
<?xml version="1.0" encoding="utf-8"?>
<wizard package="com.dianping.cat">
   <jdbc package="com.dianping.cat.home.dal" name="cat">
      <datasource>
         <driver>com.mysql.jdbc.Driver</driver>
         <url>jdbc:mysql://127.0.0.1:3306/cat</url>
         <user>root</user>
         <password>password</password>
         <properties>useUnicode=true&amp;autoReconnect=true</properties>
      </datasource>
      <group name="report" package="com.dianping.cat.home.dal.report">
         <table name="topologyGraph"/>
         <table name="baseline"/>
         <table name="alteration"/>
         <table name="alert"/>
         <table name="alert_summary"/>
         <table name="overload"/>
         <table name="config_modification"/>
         <table name="user_define_rule"/>
      </group>
   </jdbc>
</wizard>