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
Phillip Webb
609cb52cd4
Move to relocated web classes
...
Refactor code to move from recently deprecated classes.
Closes gh-5822
10 years ago
Phillip Webb
0829a1bde8
Drop superfluous annotations
...
Update internal tests to drop annotations that can now
be inferred.
Fixes gh-5470
10 years ago
Phillip Webb
34ae7e3eee
Fix packages and annotations used in sample
...
Fixup accidental error in previous commit.
10 years ago
Phillip Webb
95c4cdbedc
Fix packages and annotations used in sample
...
Update a few of the samples to correct the packages used in tests and
to make use of the `@SpringBootApplication` annotation.
10 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
11 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Phillip Webb
4a58171b5c
A few more package tweaks
...
Improve package structure and include package-info javadoc.
12 years ago
Phillip Webb
cdda330acd
Update copyright header for files changed in 2014
12 years ago
Phillip Webb
47da8a817a
Polish
12 years ago
Dave Syer
f5f41fef5e
Check that WAR apps work in a container
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
Dave Syer
997b015d10
Split SecurityAutoConfiguration
...
Spring Security 3.2 has a new annotation @EnableWebMvcSecurity that we
should use if MVC is being used.
12 years ago
Phillip Webb
b772f7c2e4
Polish
...
Minor formatting and consistent copyright header.
12 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
Phillip Webb
0b863611d9
Package restructure
13 years ago
Phillip Webb
beef5ab177
Restructure autoconfigure project
13 years ago
Phillip Webb
261955c50b
Restructure 'bootstrap' to use 'zero'
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
13 years ago
Phillip Webb
7e3c158f3a
Polish
13 years ago
Dave Syer
53078c320e
[bs-118], [bs-119]: add UI builder features
...
* MessageSource created automatically (location
spring.messages.basename:messages)
* Thymeleaf configured automatically to look for
templates in classpath:/templates
* Added static resource handlers for classpath:/static
and classpath:/
[Fixes #49832165 ] [bs-118] Support for thymeleaf templates
13 years ago