{"id":18972320,"url":"https://github.com/eis/spring-mvc-example","last_synced_at":"2026-01-23T07:07:28.872Z","repository":{"id":10798039,"uuid":"13069525","full_name":"eis/spring-mvc-example","owner":"eis","description":"Hello World with Spring MVC, coupled with VM \u0026 tests. A simple startup example.","archived":false,"fork":false,"pushed_at":"2025-08-21T08:53:15.000Z","size":136,"stargazers_count":2,"open_issues_count":39,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T10:46:00.636Z","etag":null,"topics":["java11","java8","spring-mvc"],"latest_commit_sha":null,"homepage":"","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/eis.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,"zenodo":null}},"created_at":"2013-09-24T15:55:41.000Z","updated_at":"2024-09-15T09:53:29.000Z","dependencies_parsed_at":"2024-04-14T17:48:16.144Z","dependency_job_id":"c9a19b15-c501-4a54-90f5-d62f627a0d14","html_url":"https://github.com/eis/spring-mvc-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eis/spring-mvc-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fspring-mvc-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fspring-mvc-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fspring-mvc-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fspring-mvc-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eis","download_url":"https://codeload.github.com/eis/spring-mvc-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fspring-mvc-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: 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":["java11","java8","spring-mvc"],"created_at":"2024-11-08T15:08:06.569Z","updated_at":"2026-01-23T07:07:28.857Z","avatar_url":"https://github.com/eis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"spring-mvc-example\n==================\n\u003ca href=\"https://github.com/eis/spring-mvc-example/actions/workflows/github-actions-build.yml\" title=\"Build Status\"\u003e\u003cimg src=\"https://github.com/eis/spring-mvc-example/actions/workflows/github-actions-build.yml/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/eis/spring-mvc-example\" title=\"Coverage Status\"\u003e\u003cimg src=\"https://codecov.io/gh/eis/spring-mvc-example/branch/master/graph/badge.svg?token=6PUI9CYUZR\"\u003e\u003c/a\u003e\n\nHello World with Spring MVC, using Spring 5 xml configs, having Tomcat deployment\npreconfigured. This is meant to be simplest-as-possible but with MVC\nconfiguration and Maven POM ready to be deployed.\n\nIn addition to being simple, it does have\n  - HTML GET interface ([/](http://localhost:8080/spring-mvc-example)) and JSON-using REST interface ([/add](http://localhost:8080/spring-mvc-example/add))\n  - \"runme\" build and deploy script\n  - Jetty-based deployment test\n  - integration tests\n  - robot acceptance test\n  - GitHub Actions build\n  - CodeCov integration\n  - Swagger documentation\n  - Vagrantfile with Tomcat setup\n  - Dockerfile with Tomcat setup\n  - Tomcat setup scripts for Ubuntu environment\n\nInfra setup + build \u0026 run (Docker)\n----------------------------------\n\n```\ndocker build . -t spring-mvc-example\ndocker run -p 8080:8080 spring-mvc-example\n```\n\nRedeploy in Docker container\n----------------------------\n```\ndocker exec CONTAINERID mvn clean package\ndocker exec CONTAINERID mv target/spring-mvc-example.war /usr/local/tomcat/webapps/\n```\n\nInfra setup (VM)\n----------------\n\n```\nvagrant up\n```\n\nInfra setup (Ubuntu host)\n-------------------------\n\n```\n./ubuntu-deps.sh\n./add-tomcat-admin.sh\nsystemctl restart tomcat8\n```\n\nBuild \u0026 run the app in VM\n-------------------------\n\nFirst time (full cycle):\n```\nmvn -s settings-vm.xml tomcat7:deploy\n```\nDeploy again, only deploy:\n```\nmvn -s settings-vm.xml tomcat7:redeploy-only\n```\n\n\nSee the app yourself\n--------------------\n\n[http://localhost:8080/spring-mvc-example](http://localhost:8080/spring-mvc-example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Fspring-mvc-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feis%2Fspring-mvc-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Fspring-mvc-example/lists"}