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

📄 build.properties

📁 struts+spring 源码 希望能给大家带来帮助
💻 PROPERTIES
字号:
# Ant properties for building the Spring PetClinic sample application

# 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=

# jpa specific 
jpa.excludes = **/jpa/**
toplink.excludes = **/toplink/Essential*
aspectj.excludes = **/aspects/**

⌨️ 快捷键说明

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