{"id":16010415,"url":"https://github.com/shivajivarma/spring-boot-webapp-boilerplate","last_synced_at":"2026-05-07T09:34:20.110Z","repository":{"id":152086996,"uuid":"83213733","full_name":"shivajivarma/spring-boot-webapp-boilerplate","owner":"shivajivarma","description":"Spring Boot based Web Application boilerplate, with stateless authentication using JWT.","archived":false,"fork":false,"pushed_at":"2019-08-28T10:40:47.000Z","size":117,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T10:41:39.463Z","etag":null,"topics":["java","jwt","spring","spring-boot","spring-data-jpa"],"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/shivajivarma.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-26T14:15:13.000Z","updated_at":"2019-08-28T10:40:49.000Z","dependencies_parsed_at":"2023-09-16T04:49:25.894Z","dependency_job_id":null,"html_url":"https://github.com/shivajivarma/spring-boot-webapp-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivajivarma/spring-boot-webapp-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivajivarma%2Fspring-boot-webapp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivajivarma%2Fspring-boot-webapp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivajivarma%2Fspring-boot-webapp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivajivarma%2Fspring-boot-webapp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivajivarma","download_url":"https://codeload.github.com/shivajivarma/spring-boot-webapp-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivajivarma%2Fspring-boot-webapp-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["java","jwt","spring","spring-boot","spring-data-jpa"],"created_at":"2024-10-08T13:05:43.480Z","updated_at":"2026-05-07T09:34:20.085Z","avatar_url":"https://github.com/shivajivarma.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Webapp Boilerplate\nSpring Boot based Web Application boilerplate, with stateless authentication using JWT.\n\n## Setup\n\n* Install MySQL  \n* Create database with name `boilerplate`\n* Run the below script to create USER table.\n```mysql\nCREATE TABLE IF NOT EXISTS `boilerplate`.`USER`\n(\nid          INT NOT NULL auto_increment,\nauthorities VARCHAR(255),\npassword    VARCHAR(255),\nusername    VARCHAR(255),\nPRIMARY KEY (id)\n)\nauto_increment=1; \n```\n\nClone the repository.\n  ```cmd\n  git clone https://github.com/shivajivarma/spring-boot-webapp-boilerplate\n  ```\n\n## Run\n\nRun the boilerplate application, by execute below command in the project root directory:\n\n```cmd\ngradlew.bat bootRun\n```\n\nAnd navigate to [http://localhost:8080](http://localhost:8080) to check the demo. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivajivarma%2Fspring-boot-webapp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivajivarma%2Fspring-boot-webapp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivajivarma%2Fspring-boot-webapp-boilerplate/lists"}