Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master e59a4ef27 -> cd78fbdd9
TAMAYA-318: Add docs to example. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/cd78fbdd Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/cd78fbdd Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/cd78fbdd Branch: refs/heads/master Commit: cd78fbdd94315e6c0205043edbd75bdb4f92b9e4 Parents: e59a4ef Author: Phil Ottlinger <[email protected]> Authored: Tue Nov 21 22:32:51 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Nov 21 22:32:51 2017 +0100 ---------------------------------------------------------------------- examples/05-spring-example/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/cd78fbdd/examples/05-spring-example/README.md ---------------------------------------------------------------------- diff --git a/examples/05-spring-example/README.md b/examples/05-spring-example/README.md new file mode 100644 index 0000000..8c51a17 --- /dev/null +++ b/examples/05-spring-example/README.md @@ -0,0 +1,13 @@ +# Spring Boot example integration of Tamaya + +This example shows how Tamaya integrates with Spring Boot. + +In order to run the example just: +``` +$ mvn spring-boot:run +``` +before accessing: +``` +http://localhost:8080/ +``` +to play around with the example application.
