Skip to content
/ bloom Public

A desktop automation system powered by modern Java stack.

License

Notifications You must be signed in to change notification settings

F1uctus/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bf69b0 · Feb 20, 2023

History

68 Commits
Feb 19, 2023
Feb 20, 2023
Feb 20, 2023
Feb 20, 2023
Feb 20, 2023
Feb 19, 2023
Nov 13, 2021
Oct 18, 2021
Feb 19, 2023
Feb 19, 2023
Oct 18, 2021
Feb 19, 2023
Feb 19, 2023
Feb 19, 2023

Repository files navigation

Bloom

Making a fully modular project using combo of:

  • JavaFX
  • Spring Boot
  • Project Reactor + RxJava
  • PF4J
  • Lombok
  • TestFX

Building

Target JDK version: 17
Requires Gradle 7.4+

./gradlew assemblePlugins bootJar

Running

./gradlew assemblePlugins bootRun
# or
./gradlew assemblePlugins bootJar
java -jar ./bloom-fx/build/libs/bloom-fx-boot-0.0.1-SNAPSHOT.jar

Tests

./gradlew :bloom-fx:test

Releases

No releases published

Packages

No packages published