添加说明
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# fx-falsework
|
||||
基于javafx、spring boot 开发的客户端与服务端系统开发脚手架
|
||||
基于javafx、spring boot 开发的客户端与服务端系统开发脚手架。本项目目的是帮助快速构建javafx系统,前后端分离,客户端UI提供明暗两种主题,与服务端通信用的是OpenFeign。服务端是标准的spring-boot工程。
|
||||
|
||||
# 说明:
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user