添加说明

This commit is contained in:
liwen
2020-10-29 08:57:19 +08:00
parent 06a7068bd6
commit 2eadefd922

View File

@@ -1,6 +1,12 @@
# 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 主页