{"id":21980587,"url":"https://github.com/stormpath/stormpath-spring-boot-war-example","last_synced_at":"2026-04-02T18:43:37.348Z","repository":{"id":54312473,"uuid":"64883700","full_name":"stormpath/stormpath-spring-boot-war-example","owner":"stormpath","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-24T20:21:11.000Z","size":3,"stargazers_count":6,"open_issues_count":1,"forks_count":50,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-29T07:04:10.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stormpath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-03T22:27:13.000Z","updated_at":"2019-10-04T16:56:44.000Z","dependencies_parsed_at":"2022-08-13T11:40:57.520Z","dependency_job_id":null,"html_url":"https://github.com/stormpath/stormpath-spring-boot-war-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stormpath/stormpath-spring-boot-war-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormpath%2Fstormpath-spring-boot-war-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormpath%2Fstormpath-spring-boot-war-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormpath%2Fstormpath-spring-boot-war-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormpath%2Fstormpath-spring-boot-war-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stormpath","download_url":"https://codeload.github.com/stormpath/stormpath-spring-boot-war-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormpath%2Fstormpath-spring-boot-war-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T17:12:09.462Z","updated_at":"2026-04-02T18:43:37.329Z","avatar_url":"https://github.com/stormpath.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Stormpath is Joining Okta\nWe are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github\u0026utm_medium=readme\u0026utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github\u0026utm_medium=readme\u0026utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.\n\nWe're available to answer all questions at [support@stormpath.com](mailto:support@stormpath.com).\n\n# WAR files with Spring Boot\n\nThis is the code developed in the tutorial on deploying Spring Boot apps as a WAR.\n\nIt modifies an existing simple REST app https://github.com/stormpath/stormpath-spring-boot-jpa-example\n\n### Requirements\n\n- Maven\n- JDK 7\n- Tomcat 7\n\n### Running\n\nTo build and start the server simply type\n\n```sh\n$ mvn spring-boot:run\n```\n\nfrom the root directory.\n\n### Deploying on Tomcat\n\nFirst build the WAR with\n\n```sh\n$ mvn clean package\n```\n\nThen copy the output WAR to Tomcat's webapps directory.\n\nOn Ubuntu the command is\n\n```sh\n$ sudo cp target/demo-0.0.1-SNAPSHOT.war /var/lib/tomcat7/webapps/demo.war\n```\n\n\n### Using\n\nYou can see what urls are available using curl:\n\n```sh\n$ curl localhost:8080/demo\n```\n\nYou can view existing people objects using a similar request:\n\n```sh\n$ curl localhost:8080/demo/persons\n```\n\nand can create new ones using a POST:\n\n```sh\n$ curl -X POST -H \"Content-Type:application/json\" -d '{ \"firstName\" : \"Karl\", \"lastName\" : \"Penzhorn\" }' localhost:8080/demo/persons\n```\n\n### Todo\n\n - Different build profiles\n\n### License\n----\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormpath%2Fstormpath-spring-boot-war-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstormpath%2Fstormpath-spring-boot-war-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormpath%2Fstormpath-spring-boot-war-example/lists"}