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

Latest commit

 

History

History
42 lines (28 loc) · 3.63 KB

README.md

File metadata and controls

42 lines (28 loc) · 3.63 KB

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