Parcourir la source

SQL注入新增接口模版生成代码提交

xiexh il y a 11 mois
Parent
commit
1bb717d67e

+ 1 - 1
ibps-provider-root/modules/provider-platform/src/main/resources/conf/dataSource-dev.xml

@@ -7,7 +7,7 @@
     <!-- dev下使用该链接 -->
     <!-- dev下使用该链接 -->
     <dbType>mysql</dbType>
     <dbType>mysql</dbType>
     <driver>com.mysql.jdbc.Driver</driver>
     <driver>com.mysql.jdbc.Driver</driver>
-    <driverUrl>jdbc:mysql://192.168.2.202:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
+    <driverUrl>jdbc:mysql://192.168.2.161:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
     <user>root</user>
     <user>root</user>
     <password>test001</password>
     <password>test001</password>