Dave Syer
8f640c549f
Correct copy-paste error in log4j config snippet
2014-04-24 11:28:48 +01:00
Phillip Webb
6268322c76
Tighten up documentation on SSL and HTTPS
...
Fixes gh-640
2014-04-23 23:24:59 +01:00
Phillip Webb
59496abf85
Add mvnDebug how-to
...
Fixes gh-713
2014-04-23 23:09:53 +01:00
Phillip Webb
51c403b636
Document how to customize dependency versions
...
Add a section to the "how-to" on customizing third-party dependency
versions when using Maven.
Fixes gh-434
2014-04-23 23:01:21 +01:00
Phillip Webb
fad5ce45db
Polish
2014-04-23 12:35:33 +01:00
Dave Syer
7401f7c643
Correct impression that DataSource platform is discovered automatically
...
... it isn't: you have to set spring.datasource.platform
2014-04-18 10:46:16 -07:00
Dave Syer
7b07fe8ce0
Convert remaining samples to use random port
...
Partial fix for gh-337. See also gh-607 which complements this, but might
conflict on a merge.
2014-04-17 20:29:04 -07:00
Lukasz Kryger
9907e70609
Minor documentation fixes
2014-04-16 10:48:36 +01:00
Andy Wilkinson
24597ae423
Rename identifier in the howto so that it's unique
2014-04-11 10:13:56 +01:00
Dave Syer
59784cc37e
Add JAXB mini-example to howto
...
Fixes gh-646
2014-04-11 07:07:34 +01:00
Phillip Webb
2bb0f744e0
Polish
2014-04-06 21:49:12 -07:00
Dave Syer
4366d7880e
Fix docos references to @ConfigurationProperties(prefix="...")
...
Fixes gh-629
2014-04-04 08:54:20 +01:00
Dave Syer
cc4ee653e3
Add separate section in "features" docs on Security
...
Lists all the basic autoconfig defaults and quick pointers on
how to change or disable.
Fixes gh-514
2014-04-03 17:47:40 +01:00
Dave Syer
97adb5c1b3
Ensure ddl-auto=none for non-embedded database
...
A more thorough check is needed to avoid the false assumption
that the DataSource is embedded just because an embedded database
is on the classpath. You really have to try and look in the connection
metadata, so that's what we now do.
Fixes gh-621, fixes gh-373
2014-04-02 17:21:14 +01:00
Phillip Webb
44d708ef7a
Polish
2014-03-25 14:33:27 -07:00
Tomas Lin
dae38224b7
Bad Tomcat 8 section reference to websockets pom
...
Removed this link "The websocket sample shows you how to do that in Maven." since the example no longer has properties that show how this is done. Dave Syer edited the section in a previous issue by adding the example to the POM ( https://github.com/spring-projects/spring-boot/issues/430 ) but it appears that the bad link was not removed.
2014-03-25 17:06:55 +00:00
Sebastien Deleuze
60ad7cd787
Fix quotes in a Gradle example
2014-03-25 16:36:46 +00:00
Rob Winch
f852096c87
Security Documentation Cleanup
...
- Add link to Spring Security's Global Method Security Java Configuration
- Fix link to SecurityProperties
- Add link to SECURITY Common application properties
- Remove unnecessary @Order from SecurityConfiguration
- Change method signature for @Autowired AuthenticationManagerBuilder to
compile / match Spring docs
2014-03-24 15:44:05 -07:00
hoserdude
5ef7bda47a
minor doc changes based on RC5 migration experience
2014-03-22 14:47:19 +00:00
Dave Syer
373e2c5156
Allow user to opt out of ContentNegotiatingViewResolver
...
The bean ID for the ContentNegotiatingViewResolver is now
"viewResolver" (it is the *one*). The conditions have been changed
so that a user only has to define a bean of the same name to switch
it off.
Fixes gh-546
2014-03-22 14:44:30 +00:00
brockwmills
8b77a0298f
Allow multiple connectors with Tomcat
...
Update TomcatEmbeddedServletContainerFactory to allow for additional
containers (e.g. SSL or AJP in addition to HTTP).
Fixes gh-528
2014-03-21 11:10:11 -07:00
Stephane Nicoll
d6be3dfbb0
Add a note on maven filtering
...
This commit adds a documentation note explaining how to change
the delimiters used to filter maven tokens as these conflict with the
delimiters used by Spring (i.e. ${foo:default}).
2014-03-19 08:40:28 +00:00
Phillip Webb
913b6020d6
Minor doc polish
2014-03-18 11:26:15 -07:00
Phillip Webb
5cb8e4100c
Polish docs
...
Minoir polish for wrapping at 90 and tabs instead of spaces.
2014-03-18 10:23:54 -07:00
Stephane Nicoll
5ce1bdfb7f
Review of the How-to part
...
This commit reviews the How-to part of the Spring boot doc,
fixing mostly typos.
See gh-521
2014-03-18 17:16:52 +00:00
Dave Syer
d0cd1df978
Documentation for @IntegrationTest
...
Fixes gh-499
2014-03-18 08:37:04 +00: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
Dave Syer
b8d85decad
Fix typo
2014-03-17 08:19:21 +00:00
Phillip Webb
947b4f9d8f
Add properties syntax highlighting for docs
...
Fixes gh-495
2014-03-17 00:04:57 -07:00
Phillip Webb
d0275b4734
Fix some broken documentation links
2014-03-15 16:02:20 -07:00
Phillip Webb
630d2ddefe
Port Add Maven example for Tomcat 8
...
Port Add Maven example for Tomcat 8 from markdown to asciidoc.
(originally from commit 15372cb737
)
2014-03-15 13:02:02 -07:00
Phillip Webb
9f112ff8e0
Port ViewResolver docs
...
Port documentation originally added in commit b56bd0a10c
2014-03-15 13:02:02 -07:00
Phillip Webb
7a46ed0866
Port "how-to" section to the reference manual
...
Copy the existing markdown How-to readme content to the user manual,
converting to asciidoc.
See gh-295
2014-03-13 13:47:22 -07:00
Phillip Webb
163509b5e5
Add initial reference manual documentation
...
See gh-295
2014-03-13 13:47:22 -07:00