spring-boot/spring-boot-cli
Stephane Nicoll 7c0c953f81 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-3635
2015-08-19 17:09:34 +02:00
..
samples Polish 2015-06-15 11:44:44 -07:00
src Use project location to infer the artifactId 2015-08-14 17:10:21 +02:00
test-samples Add value alias for SpringApplicationConfiguration 2015-08-19 17:09:34 +02:00
pom.xml Add Maven incantation to make STS 3.7 happy 2015-07-10 15:56:40 +01:00