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 | |
spring | Standalone Spring CLI Example | N/A |
spring-boot | Standalone Spring Boot CLI Example | N/A |
spring-boot-default | Basic Spring Boot Webapp Example | |
spring-boot-webmvc | Spring Boot Web MVC Example | |
spring-boot-webmvc-angular | Spring Boot Web MVC AngularJS Example | |
spring-security-spring-boot-webmvc | Spring Security + Spring Boot Web MVC Example | |
spring-security-spring-boot-webmvc-bare-bones | Basic Spring Security Web MVC Example | |
spring-security-webmvc | Spring Security Web MVC Example | |
spring-webmvc | Spring Web MVC Example | |
zuul-spring-cloud-starter | Zuul Spring Cloud Example | N/A |