Changes between Version 9 and Version 10 of QuickStart


Ignore:
Timestamp:
03/04/2013 02:54:04 PM (13 years ago)
Author:
chenxiaohu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart

    v9 v10  
    1919* 设置resin数据库,并将根应用指向应用的构建输出目录(.../target/app_code-1.0),启动并登录检查。 
    2020 
     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&amp;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 
    21324. 开发实体类 
    2233