添加说明

This commit is contained in:
liwen
2021-02-02 16:54:12 +08:00
parent 5a91342aa2
commit 9c7329e709
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# fx-falsework
基于javafx、spring boot 开发的客户端与服务端系统开发脚手架
基于javafx、spring boot 开发的客户端与服务端系统开发脚手架。本项目目的是帮助快速构建javafx系统前后端分离客户端UI提供明暗两种主题与服务端通信用的是OpenFeign。服务端是标准的spring-boot工程。
# 说明:

View File

@@ -18,7 +18,7 @@
<HBox alignment="CENTER_RIGHT" maxHeight="-Infinity" prefHeight="45.0" prefWidth="200.0" spacing="10.0" styleClass="card-pane">
<children>
<JFXTextField fx:id="searchField" promptText="用户名或账户" />
<JFXButton fx:id="searchBut" buttonType="RAISED" text="搜索" />
<JFXButton id="test" fx:id="searchBut" buttonType="RAISED" text="搜索" />
<JFXButton fx:id="addBut" buttonType="RAISED" text="添加" />
</children>
</HBox>

View File

@@ -5,7 +5,7 @@ spring:
# 使用druid数据源
type: com.alibaba.druid.pool.DruidDataSource
druid:
url: jdbc:mysql://${MYSQL_HOST:10.211.55.3}:${MYSQL_PORT:3306}/fx_falsework_db?serverTimezone=Asia/Shanghai
url: jdbc:mysql://${MYSQL_HOST:10.211.55.3}:${MYSQL_PORT:3306}/ipsm_dba?serverTimezone=Asia/Shanghai
username: root
password: Root@12345
driver-class-name: com.mysql.cj.jdbc.Driver