Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Nov 8, 2013
1 parent 67f61bf commit 1c2f874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

JeeSite 是一个 **开源的企业信息管理系统** 基础框架。主要定位于“企业信息管理”领域,可用作企业信息管理类系统、网站后台管理类系统等。JeeSite是非常强调开发的高效性、健壮性和安全性的。

JeeSite 是轻量级的,简单易学,本框架以Spring Framework为核心、Spring MVC作为模型视图控制器、Spring Data JPA + Hibernate作为数据库操作层,此组合是Java界业内最经典、最优的搭配组合。前端界面风格采用了结构简单、性能优良、页面精致的Twitter Bootstrap作为前端展示框架。
JeeSite 是轻量级的,简单易学,本框架以Spring Framework为核心、Spring MVC作为模型视图控制器、Hibernate作为数据库操作层,此组合是Java界业内最经典、最优的搭配组合。前端界面风格采用了结构简单、性能优良、页面精致的Twitter Bootstrap作为前端展示框架。

JeeSite 已内置一系列企业信息管理系统的基础功能,目前包括三大模块,系统管理(SYS)模块、内容管理(CMS)模块和在线办公(OA)模块。 **系统管理模块** ,包括企业组织架构(用户管理、机构管理、区域管理)、菜单管理、角色权限管理、字典管理等功能; **内容管理模块** ,包括内容管理(文章、链接),栏目管理、站点管理、公共留言、文件管理、前端网站展示等功能; **在线办公模块** ,提供简单的请假流程实例。

Expand Down Expand Up @@ -42,7 +42,7 @@ JeeSite 提供了常用工具进行封装,包括日志工具、缓存工具、

3、Database相关

* ORM Framework:Spring-Data-JPA 1.3、Hibernate 4.1。
* ORM Framework:Hibernate 4.1 + MyBatis 3.1。
* Connection Pool:Alibaba Druid 0.2。
* Bean Validation:Hibernate Validation 5.0。
* Cache:Ehcache 2.6。
Expand All @@ -69,9 +69,9 @@ JeeSite 提供了常用工具进行封装,包括日志工具、缓存工具、

### 在线体验

体验地址1(感谢刘杰提供):<http://demo.jeesite.com:1234/jeesite>
体验地址1(感谢"刘杰"提供):<http://demo.jeesite.com:1234/jeesite>

体验地址2(感谢devnote提供):<http://www.devnote.cn/jeesite/a>
体验地址2(感谢"手拉手产品开源组件网"提供):<http://www.javahih.com/jeesite>

用户名:thinkgem 或 admin 密码:admin

Expand Down

0 comments on commit 1c2f874

Please sign in to comment.