Spring Operator
adc2462689
Use HTTPS for external links from XML files where possible
...
See gh-16311
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Johnny Lim
4d9111606b
Polish docs
...
Closes gh-4446
10 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
10 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
10 years ago
Phillip Webb
d09805fd75
Polish license headers
10 years ago
Phillip Webb
67402405db
Reformat code
10 years ago
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
10 years ago
izeye
f4589e7cc3
Fix typos
...
Closes gh-3504
11 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
11 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
11 years ago
Andy Wilkinson
9a2d654eba
Rename test classes so that their tests are run by Maven
11 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
12 years ago
Phillip Webb
decee8d871
Polish templates code
12 years ago
Phillip Webb
1d5cddc1e9
Polish gemfire sample
12 years ago
John Blum
34cbe1e60b
Created a Spring Data GemFire Starter POM
...
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
12 years ago