You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support plug-in development, the plug-in jar package can be automatically loaded under the root directory libs (see the open source project [xJavaFxTool-plugin](https://gitee.com/xwintop/xJavaFxTool-plugin) for plug-in development examples , and the next step is to split the gadget into each plug-in and load it as needed. Currently, the plug-in function is not perfect, follow-up Split each function into modules and load them as needed to reduce the size of the jar package);
41
+
#### Support plug-in development:
42
+
the plug-in jar package can be automatically loaded under the root directory libs (see the open source project [xJavaFxTool-plugin](https://gitee.com/xwintop/xJavaFxTool-plugin) for plug-in development examples , and the next step is to split the gadget into each plug-in and load it as needed. Currently, the plug-in function is not perfect, follow-up Split each function into modules and load them as needed to reduce the size of the jar package);
42
43
43
44
#### Environmental construction instructions:
44
45
- The development environment is jdk1.8, based on maven build
@@ -114,74 +115,74 @@ Support plug-in development, the plug-in jar package can be automatically loaded
114
115
-[ ] Convert excel to sql insert statement
115
116
-[ ] Record keyboard usage gadget
116
117
-[ ] Random file generator (with template engine)
117
-
118
+
118
119
#### Project structure
119
120
120
121
```
121
-
xJavaFxTool
122
-
├─ project ImagesRF Royalty Free Screenshot
123
-
├─ external storage jar package lib reference
124
-
├─ libs plugin jar package store
125
-
├─ pom.xml maven profile
126
-
├─ README.md documentation
127
-
├─ src
128
-
│ ├─ main
129
-
│ │ ├─ the Java
130
-
│ │ │ └ com
131
-
│ │ │ └ ─ xwintop
132
-
│ │ │ └ ─ ─ xJavaFxTool
133
-
│ │ │ ├─ common third-party tools
134
-
│ │ │ ├─ config springBoot configuration class
135
-
│ │ │ ├─ controller javafx control layer
136
-
│ │ │ │ ├─ assistTools Auxiliary Tool Control Layer
137
-
│ │ │ │ ├ ─ codeTools Code Tool Control Layer
138
-
│ │ │ │ ├─ debugTools Debug Tool Control Layer
139
-
│ │ │ │ ├─ developTools Development Tool Control Layer
140
-
│ │ │ │ ├─ epmsTools epms Tool Control Layer
141
-
│ │ │ │ ├─ javaFxTools javaFx tool control layer
122
+
xJavaFxTool
123
+
├─ project ImagesRF Royalty Free Screenshot
124
+
├─ external storage jar package lib reference
125
+
├─ libs plugin jar package store
126
+
├─ pom.xml maven profile
127
+
├─ README.md documentation
128
+
├─ src
129
+
│ ├─ main
130
+
│ │ ├─ the Java
131
+
│ │ │ └ com
132
+
│ │ │ └ ─ xwintop
133
+
│ │ │ └ ─ ─ xJavaFxTool
134
+
│ │ │ ├─ common third-party tools
135
+
│ │ │ ├─ config springBoot configuration class
136
+
│ │ │ ├─ controller javafx control layer
137
+
│ │ │ │ ├─ assistTools Auxiliary Tool Control Layer
138
+
│ │ │ │ ├ ─ codeTools Code Tool Control Layer
139
+
│ │ │ │ ├─ debugTools Debug Tool Control Layer
140
+
│ │ │ │ ├─ developTools Development Tool Control Layer
141
+
│ │ │ │ ├─ epmsTools epms Tool Control Layer
142
+
│ │ │ │ ├─ javaFxTools javaFx tool control layer
142
143
│ │ │ │ ├─ littleTools gadget control layer
143
-
│ │ │ │ └ ─ webTools html tool control layer
144
-
│ │ │ ├─ job timed task processing job
145
-
│ │ │ ├─ main main function package
146
-
│ │ │ ├─ manager management
147
-
│ │ │ ├─ model basic bean class layer
148
-
│ │ │ ├─ services tool service layer
149
-
│ │ │ │ ├─ assistTools auxiliary tool service layer
150
-
│ │ │ │ ├─ codeTools Code tool service layer
151
-
│ │ │ │ ├─ debugTools debugging tool service layer
152
-
│ │ │ │ ├─ developTools development tool service layer
153
-
│ │ │ │ ├─ epmsTools epms tool service layer
154
-
│ │ │ │ ├─ javaFxTools javaFx tool service layer
155
-
│ │ │ │ ├─ littleTools gadgets service layer
156
-
│ │ │ │ └─ webTools html tool service layer
157
-
│ │ │ ├─ Utils system tools class
158
-
│ │ │ ├─ view javafx view layer
159
-
│ │ │ │ ├─ assistTools auxiliary tool view layer
144
+
│ │ │ │ └ ─ webTools html tool control layer
145
+
│ │ │ ├─ job timed task processing job
146
+
│ │ │ ├─ main main function package
147
+
│ │ │ ├─ manager management
148
+
│ │ │ ├─ model basic bean class layer
149
+
│ │ │ ├─ services tool service layer
150
+
│ │ │ │ ├─ assistTools auxiliary tool service layer
151
+
│ │ │ │ ├─ codeTools Code tool service layer
152
+
│ │ │ │ ├─ debugTools debugging tool service layer
153
+
│ │ │ │ ├─ developTools development tool service layer
154
+
│ │ │ │ ├─ epmsTools epms tool service layer
155
+
│ │ │ │ ├─ javaFxTools javaFx tool service layer
156
+
│ │ │ │ ├─ littleTools gadgets service layer
157
+
│ │ │ │ └─ webTools html tool service layer
158
+
│ │ │ ├─ Utils system tools class
159
+
│ │ │ ├─ view javafx view layer
160
+
│ │ │ │ ├─ assistTools auxiliary tool view layer
160
161
│ │ │ │ ├─ codeTools Code tool view layer
161
-
│ │ │ │ ├─ debugTools debugging tool View layer
162
-
│ │ │ │ ├─ developTools development tools view layer
163
-
│ │ │ │ ├─ javaFxTools javaFx tool view layer
164
-
│ │ │ │ ├─ littleTools widget view layer
165
-
│ │ │ │ └─ webTools html tool view layer
166
-
│ │ │ └ ─ web web control view layer
167
-
│ │ └ ─ resources
168
-
│ │ ├ com
169
-
│ │ │ └ ─ xwintop
170
-
│ │ │ └─ xJavaFxTool
162
+
│ │ │ │ ├─ debugTools debugging tool View layer
163
+
│ │ │ │ ├─ developTools development tools view layer
164
+
│ │ │ │ ├─ javaFxTools javaFx tool view layer
165
+
│ │ │ │ ├─ littleTools widget view layer
166
+
│ │ │ │ └─ webTools html tool view layer
167
+
│ │ │ └ ─ web web control view layer
168
+
│ │ └ ─ resources
169
+
│ │ ├ com
170
+
│ │ │ └ ─ xwintop
171
+
│ │ │ └─ xJavaFxTool
171
172
│ │ │ └─ fxmlView .fxml file
172
-
│ │ ├─ Config configuration file
173
-
│ │ │ └─ toolFxmlLoaderConfiguration.xml system menu loading configuration file
0 commit comments