Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
2019-03-20 16:45:26 +00:00
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
2019-03-20 15:06:50 +00:00
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
2019-03-20 15:00:10 +00:00
Phillip Webb
adfb6dc128
Polish
2018-01-25 13:20:29 -08:00
Madhura Bhave
d65f9b25bc
Remove redundant throws Exception
2018-01-25 17:25:38 +05:30
Phillip Webb
33e54ed723
Relocate org.springframework.boot.web.support
...
Move `org.springframework.boot.web.support` under the `servlet` package.
Fixes gh-8557
2017-03-14 22:03:03 -07:00
Phillip Webb
609cb52cd4
Move to relocated web classes
...
Refactor code to move from recently deprecated classes.
Closes gh-5822
2016-04-28 12:45:15 -07:00
Stephane Nicoll
f7ffb017ad
Relocate static asset
...
Closes gh-5504
2016-03-29 09:34:27 +02:00
Phillip Webb
61fc4f3f12
Polish copyright headers
2015-06-23 10:22:14 -07:00
Phillip Webb
1ce617f1ae
Polish sample package names
2015-06-23 00:47:12 -07:00
Andy Wilkinson
5b671847d3
Merge branch '1.1.x'
2014-11-24 10:56:31 +00:00
Andy Wilkinson
ccbc606dad
Use relative paths so index is unaffected by its context path
...
Previously, index.html used absolute paths to load its CSS and
JavaScript. This meant that it had to be deployed to /. This commit
updates the HTML to use relative paths for its CSS and JavaScript,
thereby ensuring that they can be loaded irrespective of the context
path to which the application is deployed.
Closes gh-1988
2014-11-24 10:55:37 +00:00
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
2014-11-06 22:51:09 -08:00
Dave Syer
d613cc795e
SpringSource->spring-projects
2014-04-16 08:16:54 -07:00
Phillip Webb
4a58171b5c
A few more package tweaks
...
Improve package structure and include package-info javadoc.
2014-02-12 13:50:37 -08:00
Dave Syer
d01bc59d7e
Update to bootstrap 3.0.3
2014-01-17 10:15:16 +00:00
Dave Syer
aded7435b5
Swicth to webjars for static sample
2014-01-17 09:59:13 +00:00
Dave Syer
f5f41fef5e
Check that WAR apps work in a container
2014-01-06 11:38:00 +00:00
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.
2013-12-31 08:40:26 +00:00
Phillip Webb
b772f7c2e4
Polish
...
Minor formatting and consistent copyright header.
2013-10-08 20:30:45 -07:00
Dave Syer
2f0a96c986
Remove unused @ComponentScan
2013-07-30 22:02:08 +01:00
Dave Syer
6d76467a66
Add responsive features to static sample
2013-07-30 10:31:37 +01:00
Dave Syer
fe90df3afc
Remove WARN log in Tomcat startup
2013-07-29 17:09:31 +01:00
Dave Syer
4c359e1a4d
Two choices are available to users for welcome page
...
* For a jar deployment add classpath:static/index.html
(works via Spring MVC mapping)
* For a war the same thing works, but so does adding
index.html to src/main/webapp (works via container
default servlet)
[Fixes #54092261 ] [bs-252]
2013-07-29 11:57:44 +01:00