File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ xJavaFxTool是使用javaFx开发的实用小工具集,利用业余时间把工
4242- [ 相关小游戏] ( https://gitee.com/xwintop/xJavaFxTool-Games )
4343
4444#### 环境搭建说明:
45- - 开发环境为jdk17,基于maven3.6.3构建
45+ - 开发环境为jdk17,基于gradle8.5构建
4646- 使用eclipase或Intellij Idea开发,推荐使用[ Intellij Idea] ( https://www.jetbrains.com/idea/?from=xJavaFxTool )
4747- 本项目使用了[ lombok] ( https://projectlombok.org/ ) ,在查看本项目时如果您没有下载lombok 插件,请先安装,不然找不到get/set等方法
4848- 依赖的[ xcore包] ( https://gitee.com/xwintop/xcore ) 已上传至git托管的maven平台,git托管maven可参考教程(若无法下载请拉取项目自行编译)。[ 教程地址:点击进入] ( http://blog.csdn.net/u011747754/article/details/78574026 )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ include("debugTools:x-FtpServer")
4141include(" debugTools:x-HbaseTool" )
4242include(" debugTools:x-HttpTool" )
4343include(" debugTools:x-KafkaTool" )
44- include(" debugTools:x-KeyTool" )
44+ // include("debugTools:x-KeyTool")
4545include(" debugTools:x-RedisTool" )
4646include(" debugTools:x-ScriptEngineTool" )
4747include(" debugTools:x-ZookeeperTool" )
You can’t perform that action at this time.
0 commit comments