Phillip Webb
33e54ed723
Relocate `org.springframework.boot.web.support`
...
Move `org.springframework.boot.web.support` under the `servlet` package.
Fixes gh-8557
9 years ago
Andy Wilkinson
3348ed5bb3
Make use of new GetMapping and PostMapping annotations
...
Closes gh-5277
10 years ago
Phillip Webb
609cb52cd4
Move to relocated web classes
...
Refactor code to move from recently deprecated classes.
Closes gh-5822
10 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
Dave Syer
b0bf9c776f
Fix logic error in ErrorPageFilter (fixes gh-1149)
12 years ago
Phillip Webb
80ac1fb0cd
Polish
12 years ago
Phillip Webb
4a58171b5c
A few more package tweaks
...
Improve package structure and include package-info javadoc.
12 years ago
Phillip Webb
1bcd3de7b5
Polish
12 years ago
Dave Syer
f448e79f29
Remove long package names from samples
...
Long package names are really unnecessary in samples and they
just clutter things up. Also Spring Loaded doesn't work with
org.sfw packages, so to demo that technology you need a
different package name.
12 years ago