{"id":19827431,"url":"https://github.com/sandysanthosh/spring-boot-war","last_synced_at":"2026-05-02T08:33:31.679Z","repository":{"id":107709151,"uuid":"502989147","full_name":"sandysanthosh/Spring-Boot-WAR","owner":"sandysanthosh","description":"Spring Boot WAR https://sandysanthosh.github.io/Spring-Boot-WAR/","archived":false,"fork":false,"pushed_at":"2022-06-13T14:26:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T20:57:16.976Z","etag":null,"topics":["boot","deploy","maven","spring","springboot","war"],"latest_commit_sha":null,"homepage":"https://sandysanthosh.github.io/Spring-Boot-WAR/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandysanthosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-13T14:24:44.000Z","updated_at":"2022-06-13T14:28:00.000Z","dependencies_parsed_at":"2023-06-08T20:00:36.536Z","dependency_job_id":null,"html_url":"https://github.com/sandysanthosh/Spring-Boot-WAR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandysanthosh/Spring-Boot-WAR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FSpring-Boot-WAR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FSpring-Boot-WAR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FSpring-Boot-WAR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FSpring-Boot-WAR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandysanthosh","download_url":"https://codeload.github.com/sandysanthosh/Spring-Boot-WAR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FSpring-Boot-WAR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boot","deploy","maven","spring","springboot","war"],"created_at":"2024-11-12T11:13:16.683Z","updated_at":"2026-05-02T08:33:31.671Z","avatar_url":"https://github.com/sandysanthosh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring-Boot-WAR\nSpring Boot WAR\n\n\n```\n\n\n\u003cproject xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;\n  \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e\n \n  \u003cgroupId\u003ecom.howtodoinjava\u003c/groupId\u003e\n  \u003cartifactId\u003espringbootdemo\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.1-SNAPSHOT\u003c/version\u003e\n \n  \u003cpackaging\u003ewar\u003c/packaging\u003e\n \n  \u003cname\u003espringbootdemo\u003c/name\u003e\n  \u003curl\u003ehttp://maven.apache.org\u003c/url\u003e\n \n  \u003cparent\u003e\n    \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n    \u003cartifactId\u003espring-boot-starter-parent\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.0.RELEASE\u003c/version\u003e\n  \u003c/parent\u003e\n \n  \u003cproperties\u003e\n    \u003cjava.version\u003e1.8\u003c/java.version\u003e\n    \u003cproject.build.sourceEncoding\u003eUTF-8\u003c/project.build.sourceEncoding\u003e\n  \u003c/properties\u003e\n \n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n      \u003cartifactId\u003espring-boot-starter-web\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n      \u003cartifactId\u003espring-boot-starter-tomcat\u003c/artifactId\u003e\n      \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n      \u003cartifactId\u003espring-boot-starter-hateoas\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n      \u003cartifactId\u003espring-boot-starter-test\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n \n  \u003cbuild\u003e\n    \u003cplugins\u003e\n      \u003cplugin\u003e\n        \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-maven-plugin\u003c/artifactId\u003e\n      \u003c/plugin\u003e\n    \u003c/plugins\u003e\n  \u003c/build\u003e\n \n  \u003crepositories\u003e\n    \u003crepository\u003e\n      \u003cid\u003erepository.spring.release\u003c/id\u003e\n      \u003cname\u003eSpring GA Repository\u003c/name\u003e\n      \u003curl\u003ehttp://repo.spring.io/release\u003c/url\u003e\n    \u003c/repository\u003e\n  \u003c/repositories\u003e\n\u003c/project\u003e\n\n\n```\n\n#### pom.xml:\n\n```\n  \u003cpackaging\u003ewar\u003c/packaging\u003e\n\n \u003cdependency\u003e\n      \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n      \u003cartifactId\u003espring-boot-starter-tomcat\u003c/artifactId\u003e\n      \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \n    ```\n    \n    \n #### maven:\n \n Run as-\u003e Now run maven build with goal clean install and it will genearte the project’s war file in target folder\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Fspring-boot-war","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandysanthosh%2Fspring-boot-war","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Fspring-boot-war/lists"}