# fx-falsework **Repository Path**: cubic8/fx-falsework ## Basic Information - **Project Name**: fx-falsework - **Description**: 基于javafx、spring boot 开发的客户端与服务端系统开发脚手架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 632 - **Created**: 2020-11-04 - **Last Updated**: 2021-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fx-falsework 基于javafx、spring boot 开发的客户端与服务端系统开发脚手架 说明: 1.当前数据库为达梦数据库,可自行换其它数据库,在server端引入所用数据库jar,并修改server端application.yml相应配置即可 2.客户端组件框架用的是jfoenix,详细:https://github.com/jfoenixadmin/JFoenix/ 3.客户端Controller与fxml文件关联用的是DataFX,教程:https://guigarage.com/2014/05/datafx-8-0-tutorials/,源码:https://bitbucket.org/datafx/ 4.客户端与服务端通信用的是OpenFeign,地址:https://github.com/OpenFeign/feign 5.服务端为标准的spring boot项目,springmvc+mybatis。 界面: 1 登录 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/loding.png) 2 主页 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/home.png) 2 用户管理 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/user.png) 3 菜单管理 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/menu.png) 4 角色权限管理 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/group.png) 5 角色类型管理 ![Image text](https://raw.githubusercontent.com/lwdillon/fx-falsework/main/client/src/main/resources/images/folder/grouptype.png)