修改一些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

@@ -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());
}
}