修改一些bug
This commit is contained in:
parent
065f4a4183
commit
2581b5469d
@ -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
|
||||
|
||||
# 界面:
|
||||
|
||||
登录
|
||||
|
||||
|
@ -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'
|
||||
|
@ -94,6 +94,6 @@ public class AppStartup extends Application {
|
||||
@Override
|
||||
public void stop() throws Exception {
|
||||
|
||||
System.err.println(Font.getFontNames());
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user