修改一些bug

This commit is contained in:
liwen 2020-11-23 09:10:33 +08:00
parent 065f4a4183
commit 2581b5469d
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# fx-falsework
基于javafx、spring boot 开发的客户端与服务端系统开发脚手架
说明:
# 说明:
1.当前数据库为达梦数据库可自行换其它数据库在server端引入所用数据库jar并修改server端application.yml相应配置即可
@ -13,7 +13,9 @@
5.服务端为标准的spring boot项目springmvc+mybatis。
界面:
6.用户名admin 密码111111
# 界面:
登录

View File

@ -42,6 +42,9 @@ dependencies {
compile 'io.github.openfeign:feign-ribbon:10.9'
compile 'io.github.openfeign:feign-slf4j:10.9'
compile 'com.netflix.ribbon:ribbon-httpclient:2.2.0'
compile 'com.dlsc:GMapsFX:2.12.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'org.apache.commons:commons-lang3:3.4'

View File

@ -94,6 +94,6 @@ public class AppStartup extends Application {
@Override
public void stop() throws Exception {
System.err.println(Font.getFontNames());
}
}