Changes between Version 9 and Version 10 of QuickStart
- Timestamp:
- 03/04/2013 02:54:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStart
v9 v10 19 19 * 设置resin数据库,并将根应用指向应用的构建输出目录(.../target/app_code-1.0),启动并登录检查。 20 20 21 {{{ 22 23 <database jndi-name="jdbc/app_code"> 24 <driver user="root" password="" 25 url="jdbc:mysql://127.0.0.1/appbook?useUnicode=true&characterEncoding=UTF-8" 26 type="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"/> 27 </database> 28 29 <web-app id="/" document-directory="/Users/chenxiaohu/svn_root/appbook/target/app_code-1.0/" lazy-init="false"/> 30 }}} 31 21 32 4. 开发实体类 22 33
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)