Dave Syer
9d55ef84d0
Extract config server properties to Java bean
...
ConfigServerProperties is now used to store global properties
for the config server (like the path prefix and bootstrap flag)
under spring.cloud.config.server.* so git specific ones have
been pushed down to spring.cloud.config.server.git.* (similarly
for git->native).
At the same time introduce spring.cloud.config.server.defaultLabel
for the deafult git label (defaults to "master").
Fixes gh-28
2014-11-10 08:46:02 +00:00
Dave Syer
04b6cd0f13
Add some docs for config server
2014-11-08 19:28:46 +00:00
Dave Syer
54434bd71e
Update README with "Building" instructions
...
Fixes gh-13
2014-10-31 15:41:46 +00:00
Dave Syer
ccf4da59c2
More detail on context hierarchies
2014-10-31 08:54:55 +00:00
Dave Syer
9efae007fa
Add Environment to ProeprtySourceLocator.locate()
...
In this way each contexet in a hierarchy can in principle have a different
set of property sources
2014-10-30 11:43:00 +00:00
Dave Syer
84962cefca
Add spring.cloud.config.server.prefix
...
Fixes gh-23
2014-10-29 15:13:12 +00:00
Dave Syer
ec0108f867
Clarify role of spring.application.name and context hierarchies
...
Also allow override of bootstrap properties location using
spring.cloud.config.*.
Fixes gh-22
2014-10-29 14:59:48 +00:00
Dave Syer
d564e8dda0
Add docs for Eureka first config bootstrap
2014-10-26 15:47:33 +00:00
Spencer Gibb
0b6be00fee
Merge pull request #11 from boostrack/patch-1
...
Update spring-cloud-config.adoc
2014-10-17 17:21:36 -07:00
Dave Syer
f5d8c4b65c
Simplify README generator
2014-10-14 13:05:01 +01:00
Dave Syer
3f05eddc42
Expunge .platform. from config project
...
Fixes gh-12
2014-10-13 14:16:47 +01:00
Dave Syer
0800d33a75
Update bootstraps for cloud foundry
2014-10-13 14:02:38 +01:00
Dave Syer
5d15afabe5
Add HTTP Basic security
2014-10-10 15:57:50 +01:00
boostrack
a249e3e8a2
Update spring-cloud-config.adoc
...
fix typo
2014-10-08 16:18:18 +02:00
Dave Syer
548157ef97
Move docs to submodule for multi-module projects
2014-10-06 15:02:01 +01:00