Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl1989 authored Mar 14, 2018
1 parent 6608149 commit 4ee3e1a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
* 系统定时任务的新增改查 立即启动 暂停 恢复<br/>

#技术框架
* 核心框架:SpringBoot
* 安全框架:Apache Shiro 1.3.2
* 缓存框架:Redis 4.0
* 搜索框架:Lucene 7.1
* 任务调度:quartz 2.3
* 持久层框架:MyBatis 3 <a href="http://baomidou.oschina.io/mybatis-plus-doc/#/" target="_blank">mybatisplus</a> 2.1.4
* 数据库连接池:Alibaba Druid 1.0.2
* 日志管理:SLF4J 1.7Log4j
* 前端框架:layui
* 核心框架:`SpringBoot`
* 安全框架:`Apache Shiro 1.3.2`
* 缓存框架:`Redis 4.0`
* 搜索框架:`Lucene 7.1`
* 任务调度:`quartz 2.3`
* 持久层框架:`MyBatis 3` <a href="http://baomidou.oschina.io/mybatis-plus-doc/#/" target="_blank">mybatisplus</a> 2.1.4
* 数据库连接池:`Alibaba Druid 1.0.2`
* 日志管理:`SLF4J 1.7``Log4j`
* 前端框架:`layui`
* 后台模板:<a href="http://layuicms.gitee.io/layuicms2.0/index.html" target="_blank">layuicms 2.0。</a>
* 富文本:<a href="http://www.wangeditor.com/" target="_blank">wangEditor</a>

Expand All @@ -35,9 +35,9 @@

#开发环境
建议开发者使用以下环境,这样避免版本带来的问题
* IDE:idea
* DB:Mysql5.7 Redis(<a href="https://github.com/MicrosoftArchive/redis/releases" target="_blank">Window版本</a>,<a href="https://redis.io/download" target="_blank">Linux版本</a>)
* JDK:JAVA 8
* IDE:`idea`
* DB:`Mysql5.7` `Redis`(<a href="https://github.com/MicrosoftArchive/redis/releases" target="_blank">Window版本</a>,<a href="https://redis.io/download" target="_blank">Linux版本</a>)
* JDK:`JAVA 8`
* WEB:<del>Tomcat8</del> (采用springboot框架开发时,并没有用到额外的tomcat 用的框架自带的)

#运行环境
Expand Down

0 comments on commit 4ee3e1a

Please sign in to comment.