55 Star 77 Fork 40

dounine / dounine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
dounine 提交于 2017-05-09 16:31 . 更新 README.md

项目已转移至https://github.com/dounine/dounine-frame中,项目在此已经不提供更新


逗你呢(dounine)框架管理系统 - 分布式集群项目


环境配置

1: eclipse等(IDE)
2: jdk7
3: git
4: maven
5: tomcat7.0
6: mysql
7: redis (配带windows)
8: nginx (配带)


部署开发环境


**①**:(方式一:使用 **Eclipse** )
     **1**. 下载地址 [Eclipse IDE for Java EE Developers]( http://eclipse.org/downloads/ )(带git的版本)
     **2**. 启动 eclpse,导入dounine-frame
     **3**. File -> Import -> Git -> Projects from Git -> Clone URI
     **4**. 然后在URI输入:`https://git.oschina.net/huanghuanlai/dounine.git`
     **5**. 等待漫长的下载过程....

**②**:(方式二:使用 **Git(推荐)** )
     **1**. 下载地址 [ git for windows ] ( http://msysgit.github.io/ )
     **2**. 启动git,导入dounine-frame
     **3**. Git-Bash -> 输入命令:` git clone https://git.oschina.net/huanghuanlai/dounine.git`
     **4**. 等待项目的下载...

**③**: 创建/instruction/sql/install.sql数据库

**④**: 启动 **Redis** 缓存服务器,运行 `/instruction/tools/redis/start1.bat`

项目部署

     **1**. 修改 /src/main/resources/jdbc.properties 里的数据库链接、用户名和密码为生产环境的值
     **2**. 修改 /src/main/resources/redis.properties 里的redis、用户名和密码为生产环境的值(默认不用)
     **3**. 配置会话共享 请按照/instruction/tools/tomcat7集群/readme.txt 里面的说明来完成操作
     **4**. 启动Redis缓存服务器
     **5**. `mvn clean package`
     **6**. 生成/target/dounine-frame.war
Java
1
https://gitee.com/huanghuanlai/dounine.git
git@gitee.com:huanghuanlai/dounine.git
huanghuanlai
dounine
dounine
master

搜索帮助