File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ xJavaFxTool是使用javaFx开发的实用小工具集,利用业余时间把工
29
29
- 腾讯微云链接:[ https://share.weiyun.com/5T6FPLW ] ( https://share.weiyun.com/5T6FPLW ) 提取码:java
30
30
31
31
#### 支持插件开发:
32
- 将插件jar包放至根目录libs下即可自动加载,插件开发示例见[ 开源项目xJavaFxTool-plugin] ( https://gitee.com/xwintop/xJavaFxTool-plugin ) ,后续准备将小工具拆分至各插件中按需加载,目前插件功能暂不完善,后续将各功能拆分至各模块按需加载,减小jar包的大小;
32
+ 插件开发及示例见[ 开源项目xJavaFxTool-plugin] ( https://gitee.com/xwintop/xJavaFxTool-plugin )
33
+ 目前已将小工具拆分至各模块插件中按需加载,减小jar包的大小,将插件jar包放至根目录libs下即可自动加载;
33
34
34
35
#### 环境搭建说明:
35
36
- 开发环境为jdk1.8,基于maven构建
Original file line number Diff line number Diff line change 25
25
<id >xwintop-maven</id >
26
26
<url >https://xwintop.gitee.io/maven/repository</url >
27
27
</repository >
28
+ <repository >
29
+ <id >xwintop-maven</id >
30
+ <url >https://864381832.github.io/maven/repository</url >
31
+ </repository >
28
32
<repository >
29
33
<id >spring-snapshots</id >
30
34
<url >http://repo.spring.io/snapshot</url >
You can’t perform that action at this time.
0 commit comments