添加说明
This commit is contained in:
@@ -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 登录
|
||||

|
||||
2 主页
|
||||
|
||||
Reference in New Issue
Block a user