Biju Kunjummen
81603998ca
Removed spring-boot related version from dependencies of samples
13 years ago
Dave Syer
2fbff69811
Add additional ViewResolver configuration
...
The DispatcherServlet adds a default InternalViewResolver
which was used by some apps, but when the actuator was
available it added an "/error" bean and effectively
switched off the default view resolver. The net fix was
to add an InternalViewResolver at the same time as
adding any other ViewResolvers.
[Fixes #55357516 ] [bs-290] Actuator UI app cannot serve static index.html
13 years ago
Phillip Webb
d86bf66645
Add parent relativePath
...
Update sample applications to correctly refer to parent relativePath.
13 years ago
Dave Syer
3922a7f526
Reinstate junit dependencies in starters
13 years ago
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
13 years ago
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
13 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
13 years ago
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]
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
a885afb818
Switch jetty & tomcat samples to use starter POMs
13 years ago
Dave Syer
6c3fd2b2d0
[bs-232] Use "jar" packaging instead of custom "executable-jar"
...
[Fixes #53376257 ]
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
13 years ago
Phillip Webb
665d07ad74
Migrate to bootstrap maven plugin
...
Migrate certain samples to make use of the new bootstrap maven plugin
Issue: #52091115
13 years ago
Phillip Webb
ced99ff18c
Polish pom.xml
...
Polish pom.xml formatting and pull version numbers into parent pom
when possible.
13 years ago
Dave Syer
694a1dd408
Bump version to 0.5.0.BUILD-SNAPSHOT
13 years ago
Dave Syer
b462bc6e6c
[bs-96] Switch off m2e errors about /eclipse path
...
* Uploaded m2e eclipse baggage to http://static.springsource.org
* Changed location in parent pom
* Removed all main.basedir properties from poms
[Fixes #49285987 ]
13 years ago
Dave Syer
fb6b224470
Fast forward existing prototype work
13 years ago