Skip to content

Simple example for Spring Boot and JavaFX application

Notifications You must be signed in to change notification settings

ak-git/SpringBootFX

Repository files navigation

SpringBootFX

Simple example for Spring Boot and JavaFX application

Contains profiles: default, nmi and aper

Active profile nmi sets in application.properties

spring.profiles.active=default

You can switch active profile to aper at a startup using

-Dspring.profiles.active=aper

Output zip with single JAR appears after Gradle build task:

build/distributions/SpringBootFX-boot

Run using Gradle

./gradlew run -t
./gradlew version
./gradlew version | grep Version | awk '{ print $2 }'

Update version and add git tag

git tag 2024.11.1

Update dependencies

./gradlew dependencyUpdates

Check dependencies

./gradlew buildHealth

About

Simple example for Spring Boot and JavaFX application

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages