You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/12/15 00:38:44 UTC

shiro git commit: Add heroku buttons for spring-boot-web, spring-hibernate, web, and guice examples

Repository: shiro
Updated Branches:
  refs/heads/master 2fed5d196 -> 505b0d564


Add heroku buttons for spring-boot-web, spring-hibernate, web, and guice examples


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/505b0d56
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/505b0d56
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/505b0d56

Branch: refs/heads/master
Commit: 505b0d5640f9b548898a578438d71a4de7db3bb9
Parents: 2fed5d1
Author: Brian Demers <bd...@apache.org>
Authored: Wed Dec 14 16:38:26 2016 -0800
Committer: Brian Demers <bd...@apache.org>
Committed: Wed Dec 14 16:38:26 2016 -0800

----------------------------------------------------------------------
 samples/guice/README.md            | 17 +++++++++++++++++
 samples/spring-boot-web/README.md  |  6 +++++-
 samples/spring-hibernate/README.md | 17 +++++++++++++++++
 samples/web/README.md              | 17 +++++++++++++++++
 4 files changed, 56 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/505b0d56/samples/guice/README.md
----------------------------------------------------------------------
diff --git a/samples/guice/README.md b/samples/guice/README.md
new file mode 100644
index 0000000..f802977
--- /dev/null
+++ b/samples/guice/README.md
@@ -0,0 +1,17 @@
+Apache Shiro + Guice Example
+============================
+
+A Guice example web application that show how to configure Shiro via Guice, and basic user login.
+
+Run the Example
+---------------
+
+```
+mvn jetty:run
+```
+
+Browse to `http://localhost:9080/`
+
+Or deploy to Heroku:
+
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-guice)

http://git-wip-us.apache.org/repos/asf/shiro/blob/505b0d56/samples/spring-boot-web/README.md
----------------------------------------------------------------------
diff --git a/samples/spring-boot-web/README.md b/samples/spring-boot-web/README.md
index 23921b1..621435c 100644
--- a/samples/spring-boot-web/README.md
+++ b/samples/spring-boot-web/README.md
@@ -10,4 +10,8 @@ Run the Example
 mvn spring-boot:run
 ```
 
-Browse to `http://localhost:8080/`
\ No newline at end of file
+Browse to `http://localhost:8080/`
+
+Or deploy to Heroku:
+
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-spring-boot-web&&env\[RUNNER\]=spring-boot)

http://git-wip-us.apache.org/repos/asf/shiro/blob/505b0d56/samples/spring-hibernate/README.md
----------------------------------------------------------------------
diff --git a/samples/spring-hibernate/README.md b/samples/spring-hibernate/README.md
new file mode 100644
index 0000000..c553503
--- /dev/null
+++ b/samples/spring-hibernate/README.md
@@ -0,0 +1,17 @@
+Apache Shiro + Spring Web + Hibernate Example
+=============================================
+
+A Spring Boot example web application that show the usage of a user login with Spring and Hibernate.
+
+Run the Example
+---------------
+
+```
+mvn jetty:run
+```
+
+Browse to `http://localhost:9080/`
+
+Or deploy to Heroku:
+
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-sprhib)

http://git-wip-us.apache.org/repos/asf/shiro/blob/505b0d56/samples/web/README.md
----------------------------------------------------------------------
diff --git a/samples/web/README.md b/samples/web/README.md
new file mode 100644
index 0000000..bb263a9
--- /dev/null
+++ b/samples/web/README.md
@@ -0,0 +1,17 @@
+Apache Shiro Web Example
+========================
+
+An example web application that show how to configure Shiro via a `web.xml` and basic user login.
+
+Run the Example
+---------------
+
+```
+mvn jetty:run
+```
+
+Browse to `http://localhost:9080/`
+
+Or deploy to Heroku:
+
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-web)