Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanys/sample-spring-boot-javafx
Рыба Spring Boot + JavaFX
https://github.com/ruslanys/sample-spring-boot-javafx
java javafx sample spring-boot spring-boot-javafx
Last synced: 3 months ago
JSON representation
Рыба Spring Boot + JavaFX
- Host: GitHub
- URL: https://github.com/ruslanys/sample-spring-boot-javafx
- Owner: ruslanys
- Created: 2015-08-27T13:17:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T22:02:08.000Z (over 7 years ago)
- Last Synced: 2024-10-10T13:34:39.574Z (3 months ago)
- Topics: java, javafx, sample, spring-boot, spring-boot-javafx
- Language: Java
- Homepage: https://habrahabr.ru/post/265511/
- Size: 38.1 KB
- Stars: 64
- Watchers: 10
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Как подружить Spring Boot и JavaFX
http://habrahabr.ru/post/265511/### Сборка
```
mvn clean package
```### Запуск
```
java -jar target/springboot-javafx-*.jar
```![Скриншот](screen.png "Скриншот")