Emil Kantis
11/04/2025, 8:37 AM@ConfigurationProperties(prefix = "foo") data class Foo(val bar: Int?), when I write foo.bar: "baz" in my application.yaml, it still launches the application anyway and foo ends up being null. I want it to crash instead. Does anyone know if there's an easy way to achieve this?Emil Kantis
11/04/2025, 9:03 AMEdgar Avuzi
11/04/2025, 10:02 AMEdgar Avuzi
11/04/2025, 10:05 AMEmil Kantis
11/04/2025, 1:48 PMEmil Kantis
11/04/2025, 1:48 PMEmil Kantis
11/04/2025, 1:49 PM