config.xml

来自「springGather 在JAVA环境开发的电信运营支持系统」· XML 代码 · 共 70 行

XML
70
字号
<?xml version="1.0" encoding="UTF-8"?><netctoss>	<config single="true">          <className>tarena.config.ConfigImpl</className>                                          <config_file_path>src/tarena/config.xml</config_file_path>                                                           	</config>	<log single="true">          <className>tarena.log.LogImpl</className>                                             <log_file_path>c:/temp/netctoss.log</log_file_path>                   	  <level>DEBUG</level>                                                  	</log>    <gather single="false">          <className>org.com.gather.GatherImpl</className>                                             <wtmpx_path>d:/Example/NetCTOSS/gather/wtmpx</wtmpx_path>                     <log_backup>d:/Example/NetCTOSS/Gather/tempFile</log_backup>                      <point_file>d:/Example/NetCTOSS/gather/point</point_file>       </gather>     	<netserver single="false">          <className>tarena.net.NetServerImpl</className>          <constructor_method>constructor</constructor_method>          <args>java.util.Properties</args>          <port>8889</port>           <backlog>50</backlog>                                                </netserver>    <netclient single="false">          <className>tarena.net.NetClientImpl</className>          <constructor_method>constructor</constructor_method>          <args>java.util.Properties</args>          <host>localhost</host>                                                         <port>8889</port>                                                       </netclient>	<backup single="false">                                                           <className>tarena.backup.BackupImpl</className>                                                                <bak_file_path>c:/temp/backup</bak_file_path>      </backup>    <db single="false">         <className>org.com.gather.DBImpl</className>  		 <batchSize>1000</batchSize>		 <driver>com.pointbase.jdbc.jdbcUniversalDriver</driver> 		          <url>jdbc:pointbase:server://localhost/Adam</url>                        <username>pbpublic</username>                    	                     <password>pbpublic</password>                    	      </db>	<connectionFactory single="true">		<className>org.com.pool.TestConnectionPoolSecond</className>		<driver_name>com.pointbase.jdbc.jdbcUniversalDriver</driver_name>		<db_url>jdbc:pointbase:server://localhost/Adam</db_url>		<user_name>PBPUBLIC</user_name>		<password>PBPUBLIC</password>		<initialConnections>10</initialConnections>		<incrementalConnections>5</incrementalConnections>		<maxConnections>100</maxConnections>	</connectionFactory></netctoss>

⌨️ 快捷键说明

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