Phillip Webb
1cc1fc6431
Use AssertJ in spring-boot-samples
...
See gh-5083
2016-02-06 15:51:26 -08:00
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
2015-10-19 12:58:34 -07:00
Phillip Webb
2615990ffb
Organize imports
2015-09-08 14:40:35 -07:00
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
Phillip Webb
1ce617f1ae
Polish sample package names
2015-06-23 00:47:12 -07:00
Phillip Webb
d2f11c465e
Polish cache code
2015-06-04 00:55:38 -07:00
Stephane Nicoll
eef027a4f0
Polish cache sample
...
Update single cache sample with all supported cache providers. Add README
to shortly explain how to get started with them.
See gh-2633
2015-06-01 11:49:31 +02:00
Eddú Meléndez
23a278451a
Add cache sample
...
See gh-2633
2015-06-01 11:49:14 +02:00