Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Mar 10, 2015
1 parent d8dc44d commit cc83e39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JeeSite 企业信息化快速开发平台

## 框架简介
## 平台简介

JeeSite是基于多个优秀的开源项目,高度整合封装而成的高效,高性能,强安全性的**开源**Java EE快速开发平台。

Expand Down Expand Up @@ -35,7 +35,7 @@ JeeSite 提供了常用工具进行封装,包括日志工具、缓存工具、
8. 连接池监视:监视当期系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
9. 工作流引擎:实现业务工单流转、在线流程设计器。

##为何转向MyBatis
##为何使用MyBatis

* 学习成本:Hibernate的真正掌握要比Mybatis来得难不少。Mybatis框架相对简单很容易上手,也更加灵活。
对于学习过Hibernate的用户,学习起MyBatis也更容易上手。
Expand Down Expand Up @@ -64,7 +64,7 @@ Hibernate性能上定不是问题。但对于大多数情况下,真正掌握Hi
6. 数据权限控制精密细致,对指定数据集权限进行过滤,七种数据权限可供选择。
7. 提供在线功能代码生成工具,提高开发效率及质量。
8. 提供常用工具类封装,日志、缓存、验证、字典、组织机构等,常用标签(taglib),获取当前组织机构、字典等数据。
9. 完全兼容目前最流行浏览器(IE7+、Chrome、Firefox)IE6也支持,但体验效果差。
9. 兼容目前最流行浏览器(IE7+、Chrome、Firefox)IE6也支持,但体验效果差。

## 技术选型

Expand Down
Binary file modified db/sys/jeesite_data.xls
Binary file not shown.
1 change: 1 addition & 0 deletions db/sys/jeesite_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ CREATE TABLE sys_log
(
id varchar(64) NOT NULL AUTO_INCREMENT COMMENT '编号',
type char(1) DEFAULT '1' COMMENT '日志类型',
title varchar(255) DEFAULT '' COMMENT '日志标题',
create_by varchar(64) COMMENT '创建者',
create_date datetime COMMENT '创建时间',
remote_addr varchar(255) COMMENT '操作IP地址',
Expand Down

0 comments on commit cc83e39

Please sign in to comment.