You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeecg/入门必读.txt

23 lines
922 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

必看贴常见问题贴http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1
1. 标准开发环境:
eclipse + maven + jdk7 + tomcat6 + mysql
2. 必须手工执行SQL脚本 (自动初始化已作废)
docs/db/jeecg3.6.6-mysql-20170208.sql
说明目前官方只提供了mysql脚本,其他数据库可以自己通过工具转换
3. 如果遇到maven依赖下载失败的情况请通过以下链接下载jeecg本地仓库
链接http://pan.baidu.com/s/1pLsEsxt 密码q1rn
4. jeecg平台开发手册在目录: docs/技术文档
5. jeecg入门视频下载
http://www.jeecg.org/forum.php?mod=viewthread&tid=197&extra=page%3D1
6. 更多资料访问官方论坛www.jeecg.org
7. 开发环境搭建文档
http://www.jeecg.org/forum.php?mod=viewthread&tid=2537&extra=page%3D1
8. jeecg目前走微服务模式采用插件机制更多业务组件以插件方式提供
jeecg云应用插件中心网址http://yun.jeecg.org
9. QQ技术交流群 176031980
技术论坛: www.jeecg.org
注意: 必须手工执行doc\db下的数据库脚本