From a44fe143a140660ff7192e2fa02d2c5afa0351ff Mon Sep 17 00:00:00 2001 From: shimingxy Date: Thu, 12 Mar 2020 22:14:31 +0800 Subject: [PATCH] Update development.md --- docs/development.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index c6ccdd2e9..82d75387f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,5 +1,19 @@

开发指南

+

开发工具

+ +JDK 1.8 + + +Gradle 6.0 + + +eclipse-jee-2019-12 + + +Tomcat 9 + + +MySQL Server 5.5 + + + +

程序目录

@@ -218,4 +232,21 @@ -
设置IDE
\ No newline at end of file + + +

问题及解决

+问题1 + +“A cycle was detected in the build path of project: XXX” + +解决方法: + +Eclipse Menu -> Window -> Preferences... -> Java -> Compiler -> Building -> Building path problems -> Circular dependencies -> 将Error改成Warning + +问题2 + +Access restriction + +解决方案: + +Eclipse Menu -> Window -> Preferences... -> Java -> Compiler -> Errors/Warnings界面的Deprecated and restricted API下。把Forbidden reference (access rules): 的规则由默认的Error改为Warning即可。 -- GitLab