Dave Syer
5548b24c4c
Add autoconfig support for Flyway migrations
...
Flyway starts up with its default settings if it is on the classpath.
You can also ask Boot to barf if the migration scripts are missing.
Fixes gh-730
11 years ago
Marcel Overdijk
68e33b25c1
Added liquibase autoconfiguration for database migrations
...
If Liquibase is on the classpath it will fire up on startup. Various
config options are available (as well as the option to disable it).
Liquibase uses a YAML format for changes (in classpath:db/changelog).
11 years ago
Andy Wilkinson
7c91176186
Add FreeMarker support
...
This commit adds auto-configuration and a starter,
spring-boot-starter-freemarker, for using FreeMarker view templates in
a web application.
A new abstraction, TemplateAvailabilityProvider, has been introduced.
This decouples ErrorMvcAutoConfiguration from the various view
technologies that Spring Boot now supports, allowing it to determine
when a custom error template is provided without knowing the details of
each view technology.
Closes #679
11 years ago
Andy Wilkinson
4474b104b6
Remove remnants of Couchbase starter
11 years ago
Dave Syer
4fb6e7ec42
Fix versions and repository declarations
...
Fixes gh-606
11 years ago
John Blum
34cbe1e60b
Created a Spring Data GemFire Starter POM
...
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
11 years ago
TimmyStorms
a1d4d63dd1
Added spring-boot-starter-data-neo4j module.
...
Fixes gh-631
11 years ago
Dave Syer
42ca765e1a
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
Conflicts:
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
11 years ago
Phillip Webb
12907e6b1b
Merge branch '1.0.x'
...
Conflicts:
spring-boot-starters/spring-boot-starter-parent/pom.xml
11 years ago
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
11 years ago
Stephane Nicoll
0b5600a99e
Add spring-boot-autoconfigure to starter parent
...
Fixes gh-728
11 years ago
Phillip Webb
275cf6e6d2
Fixup starter parent following release
11 years ago
Dave Syer
5be3f1d57f
Update spring-boot-starter-parent version
11 years ago
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
11 years ago
Phillip Webb
20510aef20
Fixup starter parent following release
11 years ago
Spring Buildmaster
d3954a1703
Next development version
11 years ago
Phillip Webb
c67c442828
Fixup starter-parent for 1.0.2 SNAPSHOT
11 years ago
Spring Buildmaster
a5864ebcd0
Next development version
11 years ago
Phillip Webb
13517598a4
Revert "Remove test dependencies from spring-boot-starter-parent"
...
This reverts commit 5ded496dc3
.
Fixes gh-628
11 years ago
Dave Syer
e4c67d6dd8
Update starter-parent version properties
11 years ago
Dave Syer
5ded496dc3
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
11 years ago
Phillip Webb
b7218f9812
Fixup starter parent POM
11 years ago
Spring Buildmaster
15e9dbe98b
Next development version
11 years ago
Phillip Webb
0af7f7e347
Add missing POM info
11 years ago
Phillip Webb
488b03387f
Polish POM formatting
11 years ago
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3
.
11 years ago
Spring Buildmaster
b67bb70ee3
Next development version
11 years ago
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb
.
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
11 years ago
Spring Buildmaster
1d0eea12eb
Next development version
11 years ago
Spring Buildmaster
3129f10d3f
Next development version
11 years ago
Phillip Webb
47eb8180b3
Rename spring-boot-starter-shell -> remote-shell
...
Fixes gh-462
11 years ago
Phillip Webb
68e309c14f
Remove snapshot repos from starter parent
...
Fixes gh-419
11 years ago
Phillip Webb
4024450c5f
Rename `starter-shell-remote` to `starter-shell`
...
Fixes gh-462
11 years ago
Phillip Webb
7e60b1996b
Fixup starter-parent POM
11 years ago
Phillip Webb
1995b62530
Fixup starter-parent POM
11 years ago
Spring Buildmaster
b0d4e8ae69
Next development version
11 years ago
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
11 years ago
Phillip Webb
468728a2c0
Polish
11 years ago
Dave Syer
7b2488dedf
Add UTF-8 declarations to starter parent
...
Fixes gh-411
11 years ago
Dave Syer
2845b101a1
Add spring-data-rest sample
11 years ago
Dave Syer
766da91137
Fix shade configuration in parent pom
...
The Spring resource transformer class name changed
(at least once) since the parent was originally
created.
Fixes gh-384
11 years ago
Dave Syer
77bac876ce
Add support for Spring Loaded in Maven and Gradle
...
Requires Loaded 1.1.5 (or better).
For Maven you can just add springloaded to the dependencies of the
spring-boot plugin (and also set MAVEN_OPTS=-noverify).
For Gradle add springloaded to the build dependencies (-noverify
can be added by the plugin).
In both cases there is also support for adding an arbitrary java agent
via configuration. Samples are provided in
spring-boot-sample-[simple,web-ui].
The ApplicationPlugin is only added if there is no JavaExec task
already present, and additionally it computes its own man class if
none is provided. So "gradle run" and "gradle bootRun" look
superficially similar, but "bootRun" has extra options, including
the agent and Loaded support.
Fixes gh-251, gh-183
11 years ago
Phillip Webb
169eeb95ad
Fixup next iteration commit
11 years ago
Spring Buildmaster
1367d57e8c
Next development version
11 years ago
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
11 years ago
Oliver Gierke
760a174998
Added starter for Spring Data MongoDB.
...
Fixes gh-272
11 years ago
Dave Syer
607b371706
Add thymeleaf starter
...
Fixes gh-264
11 years ago
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
11 years ago
Dave Syer
5627caa724
Move spring-boot tests utilities to main spring-boot.jar
...
Fixes gh-233
11 years ago
Spring Buildmaster
7956d16da5
Next development version
11 years ago