Changes between Version 8 and Version 9 of QuickStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart

    v8 v9  
    77* 在线创建应用基本代码并下载到本机,[http://localhost:9090/?app_code= 创建地址] 
    88* 解压文件。 
     9* 构建项目,本项目是标准的maven项目,建议使用NetBeans构建。 
    910 
    10112. 准备数据库、建表 
     
    1617 
    1718* 在员工账号系统设置应用编码,并设置管理员。[https://192.168.10.213:8443/security-server/admin/login.html 登录地址],[https://192.168.10.213:8443/security-server/admin/listApplications.do 创建应用],[https://192.168.10.213:8443/security-server/admin/listAdministrators.do 设置管理员] 
    18 * 设置resin指向应用,启动并登录检查 
     19* 设置resin数据库,并将根应用指向应用的构建输出目录(.../target/app_code-1.0),启动并登录检查。 
    1920 
    20214. 开发实体类