Andy Wilkinson
00d594dcda
Replace GzipFilter and Tomcat compression with general purpose approach
...
Closes gh-3296
11 years ago
Phillip Webb
21115f29cf
Remove accidental SampleControllerAdvice test
...
Accidentally committed in 4668f59723
See gh-1950
11 years ago
Phillip Webb
4668f59723
Improve relaxed enum binding
...
Update RelaxedConversionService to support more relaxed enum binding.
Fixes gh-1950
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
Phillip Webb
a2efe17fc9
Polish
12 years ago
Phillip Webb
0160760568
Apply latest eclipse cleanup rules
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
Phillip Webb
b772f7c2e4
Polish
...
Minor formatting and consistent copyright header.
13 years ago
Phillip Webb
c544921eaa
Polish whitespace
13 years ago
Dave Syer
abb1420486
Fixes #55 : stop() connector to unbind socket
...
The `Tomcat.start()` has to happen to initialize the `ServletContext`
but we can immediately stop the connector and then restart it when
the context is finished refreshing. Seems to make curl fail quickly
if an app is slow to start.
13 years ago
Dave Syer
42bb793155
Add ServletContextListener to embedded web app
...
* User can add @Bean of type EventListener (e.g.
ServletContextListener)
[Fixes #54112999 ] [bs-254]
13 years ago
Phillip Webb
b665a2bb1d
Renamed packages
...
Issue: #54095231
13 years ago
Dave Syer
2098e23fca
Change package names zero->boot
...
* actuator -> boot-ops
* cli -> boot-cli
* launcher -> boot-load
* autoconfig -> boot-config
* bootstrap -> boot-strap
* starters -> boot-up
[#54095231 ] [bs-253] Refactor Zero->Boot
13 years ago