Skip to content
forked from sfritsem/BMT2

Учебный репозиторий для лекции по системам контроля версий

License

Notifications You must be signed in to change notification settings

BogachevDenis/BMT2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

SpringBootFX

Simple example for Spring Boot and JavaFX application

Contains profiles: default, nmi and aper

Active profile nmi sets in application.yml

spring:
  main:
    web-application-type: none
    banner-mode: off
  profiles:
    active: nmi
logging:
  level:
    org:
      springframework: info

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

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-documentation

Spring guides

About

Учебный репозиторий для лекции по системам контроля версий

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published