Bogdan Salău

Results 4 comments of Bogdan Salău

Hey, I'm also struggling with writing some integration tests with FxWeaver and Spring Boot. @rgielen, can you please give us some examples of how to do that?

Have you tried using this: ` @FXML public void initialize() { // your init code here }` https://stackoverflow.com/questions/34785417/javafx-fxml-controller-constructor-vs-initialize-method

Also experiencing this. DATABASE_URL is set, I can also open prisma studio and add new rows in the DB.

This fixed my issue! Thanks!