<https://twitter.com/sdeleuze/status/1129021969486...
# spring
s
j
Would love to use the explicit configuration for our Spring Boot app (and get away from scanning). Is this fully baked and released now, with considerations for integration tests?
d
Awesome work @sdeleuze
simple smile 1
s
@jtravis It is still incubating but I am going to work hard on making it production ready. Integration tests are fully managed via fined grained control on configuration slices, just a very different way to handle things than regular Spring test context, it is « just » plain Junit tests.
j
Cool. But you also need things that load ConfigurationProperties, or JdbcTemplates, or other low-level things that are typically not your app beans.
s
Check https://github.com/spring-projects/spring-fu, configuration properties are already supported, and JDBC support comes in next release.
👍 1