Felix Roske
Felix Roske
This is true. This annotation includes (as you see in the code) at the moment only the @Component annotation, to 'component scan' it as a Spring Bean. We "invented" this...
Feel free to implement a convention for 'auto detecting' a controller from a bean. (In fact we haven't done this, because we could not agree on whether this should be...
Something seems to be broken... Should behave in different way. Will verify this...
This is true. Will add a check, that the resulting substring should never be stripped down until it's empty.
> The latest production ready releases: For Spring Boot 1.5.x is 1.4.5. For Spring Boot 2.x is 2.1.5. Changes in Spring Boot require two different releases. Please use 1.4.5
Ah. I think I undestand... Give me some time.
@linxu At the moment unfortunately I don't have any time at all... But as always: Every PR is welcome ;-)
Thanks for your comment. JavaFX supports undecorated windows out of the box by using StageStyle.UNDECORATED With springboot-javafx-support add `javafx: stage: style: UNDECORATED` to your application.yaml. Concerning the SystemTray, it is...
Added application lifecycle hook in 1.4.0.
Hi @victorward You can use the @FXMLView(title="MyWindowTitle") annotation to set a static one. I'll think about an example how to set the title window title the most easiest way... Stay...