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

📄 install.txt

📁 struts+spring 源码 希望能给大家带来帮助
💻 TXT
字号:
DATABASE CONFIGURATION
======================

DATABASE

A "test" database" with a "test" user with "test" password having authority to create tables
has to be provided on the database. For HSql, a user "SA" with no password is assumed.

This demo assumes the use of MySql or HSql. For other databases:
	- copy the DaoCountriesJdbcMySql.java file as DaoCountriesJdbcXXX.java
	- modify the new file for the syntax of your database
	- make the replacement in applicationContext.xml
	

APPLICATION SERVER

This demo was tested on Jboss 3.0.5 and 3.2.0.

JBoss
-----
Copy your database drivers, if not already there, to the default/lib directory.
Depending of the JBoss serise you use, copy the xml file from as/jboss/3.xx.xx in the deploy directory.
Copy the jboss-web file from as/jboss in your war/WEB-INF directory before making the war.
For other databases, change these files accordingly.

Tomcat
------
Rely on the petclinic demo.

Others
------
Rely on your documentation.

⌨️ 快捷键说明

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