Files
fx-falsework/README.md
2020-10-29 08:57:19 +08:00

22 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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)