Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
build.properties
Upload User: jiancairen
Upload Date: 2007-08-27
Package Size: 26458k
Code Size: 1k
Category:
Java Develop
Development Platform:
Java
- # Ant properties for building the Spring petclinic demo/tutorial
- #CUSTOMIZE the HSQL database properties for the setupDB/test tasks
- hsql.driver=org.hsqldb.jdbcDriver
- hsql.url=jdbc:hsqldb:hsql://localhost:9001
- # For jboss use the port 1701. Replace the line above by this below without the comment.
- # hsql.url=jdbc:hsqldb:hsql://localhost:1701
- hsql.user=sa
- hsql.pw=
- #CUSTOMIZE the MYSQL database properties for the setupDB/test tasks
- mysql.driver=org.gjt.mm.mysql.Driver
- mysql.url=jdbc:mysql://localhost:3306/petclinic
- mysql.user=pc
- mysql.pw=pc
- #NOTE: To CONFIGURE the DATABASE you will need to :
- #1. CUSTOMIZE the above database properties as needed.
- #2. For the webapp:
- # A. Set the correct bean definitions in websrc/WEB-INF/applicationContext.xml
- # B. Deploy the correct connection pool datasource xml definition file for the
- # application server of interest found in db/??? (only if using connection pooling).
- #3. For the tests:
- # Set the correct bean definitions in test/src/applicationContext.xml
- # UNCOMMENT ***ONE*** of the following lines to SELECT the database to use for the setupDB/test tasks
- useHSQL=
- #useMYSQL=