From 9c7329e70988e47f883f3523caf3500cb63a5955 Mon Sep 17 00:00:00 2001 From: liwen Date: Tue, 2 Feb 2021 16:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../src/main/resources/fxml/admin/user/user_management.fxml | 2 +- falsework-sever/src/main/resources/application-mysql.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30965fc..ab4cc77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # fx-falsework -基于javafx、spring boot 开发的客户端与服务端系统开发脚手架 +基于javafx、spring boot 开发的客户端与服务端系统开发脚手架。本项目目的是帮助快速构建javafx系统,前后端分离,客户端UI提供明暗两种主题,与服务端通信用的是OpenFeign。服务端是标准的spring-boot工程。 # 说明: diff --git a/falsework-client/src/main/resources/fxml/admin/user/user_management.fxml b/falsework-client/src/main/resources/fxml/admin/user/user_management.fxml index 2edec57..deaeb68 100644 --- a/falsework-client/src/main/resources/fxml/admin/user/user_management.fxml +++ b/falsework-client/src/main/resources/fxml/admin/user/user_management.fxml @@ -18,7 +18,7 @@ - + diff --git a/falsework-sever/src/main/resources/application-mysql.yml b/falsework-sever/src/main/resources/application-mysql.yml index eb66a25..44b4bcd 100644 --- a/falsework-sever/src/main/resources/application-mysql.yml +++ b/falsework-sever/src/main/resources/application-mysql.yml @@ -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