⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbconn.xml.svn-base

📁 自己封装的数据字典,可以配置要查询的表和字段快速得到结果
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Notice:
    	1.This configure file supports three type of web application server.
    	2.Supplies direct and connection pool connection
        3.This database must be use with codeconvert.properties file
    	format
    	direct=[true|false]
        muticon=[true|false]
        server=[0|1|2]            0 for tomcat ,  1 for  weblogic,     2.forwebsphere
        Content of codeconvert must be specified in codeconvert.properites
 -->
<dbconfig server="0">
        <database name="oracle" direct="true"  cpname="jdbc/cbb_connection"  >
            <driver>oracle.jdbc.driver.OracleDriver</driver>
            <url>jdbc:oracle:thin:@gisinfo:1521:orcl</url>
            <username use="true">"sjzpdgl"</username>
            <password use="true">"sjzpdgl"</password>
            <properties use="false">user="bypdgl";password="bypdgl"</properties>
            <codeconvert>codeConvert_1</codeconvert>
        </database>
      <database name="sqlserver"  direct="true"  cpname="jdbc/test_connection" >
            <driver>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver>
            <url>jdbc:microsoft:sqlserver://gisinfo:1433;DatabaseName=shwgj</url>
            <username use="true">"shwgj"</username>
            <password use="true">"shwgj"</password>
            <properties use="false">user="sa";password=""</properties>
            <codeconvert>codeConvert_2</codeconvert>
        </database>
</dbconfig>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -