Commit ecd68c96 by 周添尉

修改了数据库

parent 7b793999
......@@ -2,7 +2,7 @@
<proxool-config>
<proxool>
<alias>system</alias>
<driver-url>jdbc:mysql://192.168.1.249:3306/jf_system</driver-url>
<driver-url>jdbc:mysql://192.168.1.52:3306/jf_system</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="jf_system" />
......@@ -22,7 +22,7 @@
</proxool>
<proxool>
<alias>quartz</alias>
<driver-url>jdbc:mysql://192.168.1.249:3306/jf_quartz</driver-url>
<driver-url>jdbc:mysql://192.168.1.52:3306/jf_quartz</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="jf_quartz" />
......@@ -42,7 +42,7 @@
</proxool>
<proxool>
<alias>report</alias>
<driver-url>jdbc:mysql://192.168.1.249:3306/jf_report</driver-url>
<driver-url>jdbc:mysql://192.168.1.52:3306/jf_report</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="jf_report" />
......@@ -62,7 +62,7 @@
</proxool>
<proxool>
<alias>standard</alias>
<driver-url>jdbc:mysql://192.168.1.249:3306/jf_standard</driver-url>
<driver-url>jdbc:mysql://192.168.1.52:3306/jf_standard</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="jf_standard" />
......@@ -82,7 +82,7 @@
</proxool>
<proxool>
<alias>apps</alias>
<driver-url>jdbc:mysql://192.168.1.249:3306/jf_apps</driver-url>
<driver-url>jdbc:mysql://192.168.1.52:3306/jf_apps</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="jf_apps" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment