dbconn.xml.svn-base

来自「日志组件,添加到应用中,可在数据库中查询日志」· SVN-BASE 代码 · 共 21 行

SVN-BASE
21
字号
<?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
    	format
        contype=[direct|cp]
        muticon=[true|false]
        server=[0|1|2]            0 for tomcat ,  1 for  weblogic,     2.forwebsphere
 -->
<dbconfig server="0">
    <database name="oracle1" direct="true" cpname="jdbc/test_connection">
        <driver>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver>
        <url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test</url>
        <username use="true">"sa"</username>
        <password use="true">""</password>
        <properties use="false">user="hd500_wang";password="hd500_wang"</properties>
        <codeconvert>codeConvert_1</codeconvert>
    </database>

</dbconfig>

⌨️ 快捷键说明

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