Dave Syer
d8eeba98e8
Add JAVA_OPTS advice to some docs
2014-05-28 12:11:07 +01:00
Brian Clozel
ddbfe187cd
Fix table row format in documentation
2014-05-24 21:40:40 +02:00
Andy Wilkinson
d673002c2e
Document Solr integration
2014-05-22 17:29:12 +01:00
Andy Wilkinson
9b1ed5f24e
Include GemFire starter in table of first-party starter modules
...
Closes #911
2014-05-21 14:52:05 +01:00
Andy Wilkinson
2378fe0900
Add support for using Velocity templates
2014-05-19 12:01:20 +01:00
Dave Syer
b5e608f102
Remove mention of missing starters
2014-05-14 13:42:04 +01:00
Phillip Webb
f80d23ada7
Clarify why you might not use the starter parent
...
Update reference documentation to make it clearer why you might not
always want to use the spring-boot-starter-parent.
Fixes gh-774
2014-05-09 19:24:03 +01:00
Phillip Webb
28bd87cbae
Update @EnableAutoConfiguration exclude example
...
Update documentation to use a real auto-configure class.
Fixes #791
2014-05-06 14:05:39 +01:00
Christian Dupuis
e5b6d7c756
EmbeddedDatabaseConfiguration -> EmbeddedDataSourceConfiguration in docs
...
fixes #791
2014-05-06 12:45:38 +02:00
Phillip Webb
bce3eaefd0
Fixup reference guide following dependencies move
...
Update reference guide to indicate that spring-boot-dependencies should
be imported when not using the parent POM.
2014-05-05 14:29:01 +01:00
Stephane Nicoll
33082fd56d
Harmonized maven dependency management
...
This commit harmonizes the dependency management of internal modules
so that versions can be omitted everywhere. Update the maven coordinates
to provide the full groupId for consistency
2014-05-05 14:29:01 +01:00
Ger-Jan te Dorsthorst
904804d717
Minor documentation fixes
...
Fixes gh-781
2014-05-05 10:46:29 +01:00
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
2014-05-02 11:15:33 +01:00
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).
2014-05-02 11:12:12 +01:00
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
2014-04-29 19:46:09 +01:00
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
2014-04-26 13:42:16 +01:00
Phillip Webb
b5b2fd2377
Add note explaining gradle ResolutionStrategy
...
Update reference documentation to include a note explaining that
"blessed" versions a chosen based on the gradle plugin version, and
that builds are repeatable.
Fixes gh-619
2014-04-23 22:42:10 +01:00
Lukasz Kryger
0f88f7435f
Minor fixes in the docs
2014-04-11 06:34:07 +01:00
Phillip Webb
13517598a4
Revert "Remove test dependencies from spring-boot-starter-parent"
...
This reverts commit 5ded496dc32770148935574ff1c649799f251413.
Fixes gh-628
2014-04-06 21:50:22 -07:00
Dave Syer
5ded496dc3
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
2014-04-01 17:36:43 +01:00
Phillip Webb
07ad45c468
Link to community contributed starters README
...
Update reference docs to link to the community starters README.
2014-03-24 11:26:54 -07:00
hoserdude
5ef7bda47a
minor doc changes based on RC5 migration experience
2014-03-22 14:47:19 +00:00
Phillip Webb
47eb8180b3
Rename spring-boot-starter-shell -> remote-shell
...
Fixes gh-462
2014-03-21 09:05:56 -07:00
Phillip Webb
4024450c5f
Rename starter-shell-remote
to starter-shell
...
Fixes gh-462
2014-03-19 16:28:36 -07:00
Phillip Webb
f0b6f6a516
Remove quotes from internal documentation links
...
Remove quote-marks from internal documentation links and instead favor
italics.
2014-03-17 14:14:45 -07:00
Stephane Nicoll
78f9afba90
Review first 8 parts of the doc
...
This commit mostly fixes typos but also improves slightly specific
areas, adding links when it make sense.
2014-03-17 12:39:30 -07:00
Phillip Webb
163509b5e5
Add initial reference manual documentation
...
See gh-295
2014-03-13 13:47:22 -07:00