You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples/spring-boot-sample-simple
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
9 years ago
..
src Add value alias for SpringApplicationConfiguration 9 years ago
application.properties Add group discriminant in case of conflict 10 years ago
build.gradle Revert "Upgrade Gradle plugin’s ID so it’s suitable for the Plugin Portal" 10 years ago
pom.xml Move master to 1.3.0.BUILD-SNAPSHOT 10 years ago