Add value alias for SpringApplicationConfiguration
Given that Spring Boot uses java config accross the board, a new `value` attribute is now aliased to the existing `classes` attribute such that one could write the following: @SpringApplicationConfiguration(MyConfig.class) public class MyTest {} Closes gh-3635pull/3785/merge
parent
87d214e61d
commit
7c0c953f81
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue