Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Files

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Oct 28, 2016
Sep 28, 2017

Examples

Each of these examples can be run completely standalone - inside the sdk here or in a folder that you create.

You can use the examples as a starting point for your own projects.

For instance, if you wanted to build a Spring Boot WebMVC project, including Spring Security integrated with Stormpath, you could do the following:

mkdir MyProject
cd MyProject
cp -r <path to Stormpath sdk>/examples/spring-boot-default/* .
mvn clean package
java -jar target/*.jar

For more information, refer to the links found on the homepage of the Java SDK Project.

Examples:

Name Description Deploy
quickstart Standalone CLI Example N/A
servlet Basic Servlet Example Deploy
spring Standalone Spring CLI Example N/A
spring-boot Standalone Spring Boot CLI Example N/A
spring-boot-default Basic Spring Boot Webapp Example Deploy
spring-boot-webmvc Spring Boot Web MVC Example Deploy
spring-boot-webmvc-angular Spring Boot Web MVC AngularJS Example Deploy
spring-security-spring-boot-webmvc Spring Security + Spring Boot Web MVC Example Deploy
spring-security-spring-boot-webmvc-bare-bones Basic Spring Security Web MVC Example Deploy
spring-security-webmvc Spring Security Web MVC Example Deploy
spring-webmvc Spring Web MVC Example Deploy
zuul-spring-cloud-starter Zuul Spring Cloud Example N/A