Skip to content

Commit 47961d0

Browse files
committed
更新说明文件。
1 parent 36aa7e0 commit 47961d0

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,19 +252,19 @@ xJavaFxTool
252252
│  │  │  └─ web web控制视图层
253253
│  │  └─ resources
254254
│  │  ├─ com
255-
│  │  │  ├─ melloware
256-
│  │  │  │  └─ jintellitype JIntellitype工具lib
257255
│  │  │  └─ xwintop
258256
│  │  │  └─ xJavaFxTool
259257
│  │  │  └─ fxmlView .fxml文件
260258
│  │  ├─ config 配置文件
261-
│  │  │  ├─ log4j.properties log4j配置文件
262259
│  │  │  └─ toolFxmlLoaderConfiguration.xml 系统菜单加载配置文件
263260
│  │  ├─ css 样式资源
264261
│  │  ├─ data 数据资源
265262
│  │  ├─ images 图片资源
266263
│  │  ├─ locale 国际化
267-
│  │  └─ web html工具
264+
│  │  ├─ web html工具
265+
│  │  ├─ application.yaml SpringBoot配置文件
266+
│  │  ├─ banner.txt 启动banner图片
267+
│  │  └─ logback.xml logback日志配置文件
268268
│  └─ test 测试类
269269
│  ├─ java
270270
│  └─ resources

lib/xcore-0.0.1-SNAPSHOT.jar

-13 Bytes
Binary file not shown.

src/main/java/com/xwintop/xJavaFxTool/controller/IndexController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import javafx.scene.web.WebEngine;
2525
import javafx.scene.web.WebView;
2626
import javafx.stage.Stage;
27+
import lombok.extern.slf4j.Slf4j;
2728
import org.apache.commons.lang.StringUtils;
2829
import org.apache.log4j.Logger;
2930

@@ -39,8 +40,8 @@
3940
* @author: xufeng
4041
* @date: 2017年7月20日 下午1:50:00
4142
*/
43+
@Slf4j
4244
public class IndexController extends IndexView {
43-
private static Logger log = Logger.getLogger(IndexController.class);
4445
private Map<String, Menu> menuMap = new HashMap<String, Menu>();
4546
private Map<String, MenuItem> menuItemMap = new HashMap<String, MenuItem>();
4647
private IndexService indexService = new IndexService();

0 commit comments

Comments
 (0)