运用JSP+tomcat及各种数据库编辑的一些较常用的应用程序

源代码在线查看: db.properties

软件大小: 13638 K
上传用户: jecksonchen
关键词: tomcat JSP 数据库 应用程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#example of db.properties
				drivers=org.gjt.mm.mysql.Driver
				logfile=D:\\log.txt
				idb.url=jdbc:mysql://localhost:3306/yj
				idb.maxconn=20
				idb.user=admin
				idb.password=admin
				#access.url=jdbc:odbc:demo
				#access.user=demo
				#access.password=demopw
							

相关资源