{"id":16585428,"url":"https://github.com/xatuke/springapp","last_synced_at":"2026-07-17T21:37:33.652Z","repository":{"id":123710284,"uuid":"161032567","full_name":"xatuke/SpringApp","owner":"xatuke","description":"A web-app which supports CRUD operations.","archived":false,"fork":false,"pushed_at":"2022-12-15T23:24:00.000Z","size":13183,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-09T23:05:43.637Z","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/xatuke.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}},"created_at":"2018-12-09T11:34:03.000Z","updated_at":"2020-01-10T17:54:24.000Z","dependencies_parsed_at":"2023-10-03T13:38:30.468Z","dependency_job_id":null,"html_url":"https://github.com/xatuke/SpringApp","commit_stats":null,"previous_names":["xatuke/springapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xatuke/SpringApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2FSpringApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2FSpringApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2FSpringApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2FSpringApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xatuke","download_url":"https://codeload.github.com/xatuke/SpringApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2FSpringApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002538,"owners_count":26083401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-10-11T22:47:59.046Z","updated_at":"2025-10-10T02:37:47.124Z","avatar_url":"https://github.com/xatuke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GCI Badge](https://img.shields.io/badge/Google%20Code--in-JBoss%20Community-red?labelColor=2096F3)](https://gitter.im/JBossOutreach/gci)\n\n# SpringApp\nA web-app which supports CRUD operations.\n\n[Youtube Video](https://youtu.be/89bYHjauJs8)\n\n## Instructions to use:\n### Database\nUse the following script to make the data base:\n```\nCREATE DATABASE `springapp`;\nCREATE TABLE  `springapp`.`users` (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `firstname` varchar(45) NOT NULL DEFAULT '',\n  `lastname` varchar(100) NOT NULL DEFAULT '',\n  `address` varchar(100) NOT NULL DEFAULT '',\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;\n```\n\n### Server\nI've used Tomcat Apache server (version: 9.0.13)\nAfter connecting the project to the server, in `the server.xml` file find:\n```\n\u003cContext docBase=\"SpringApp\" path=\"/SpringApp\" reloadable=\"true\" source=\"org.eclipse.jst.jee.server:SpringApp\" /\u003e\n```\n\nand replace it with:\n\n```\n\u003cContext docBase=\"\u003cProject Folder Location\u003e\\SpringApp\\target\\SpringApp-0.0.1-SNAPSHOT\\\" path=\"/SpringApp\" reloadable=\"true\" \u003e\n        \u003cResource \n                    name=\"jdbc/springmvc\" \n                    auth=\"Container\" \n                    type=\"javax.sql.DataSource\"\n                    username=\"root\" \n                     password=\"\u003cpassword of your mysql\u003e\" \n                     driverClassName=\"com.mysql.jdbc.Driver\"\n                     url=\"jdbc:mysql://localhost:3306/springapp\"\n                     maxActive=\"5\" \n                     maxIdle=\"3\" \n                      /\u003e\n\u003c/Context\u003e\n\n```\nAfter completing the above steps, you're good to go after starting the server, go to: `http://localhost:8080/SpringApp/user/list` on your browser.\n\n## Screenshots\n![img1](https://i.imgur.com/tqwBr3l.png)\n![img2](https://i.imgur.com/mAxOaJc.png)\n![img3](https://i.imgur.com/dLnXyZE.png)\n\nGoogle Code-in and the Google Code-in logo are trademarks of Google Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxatuke%2Fspringapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxatuke%2Fspringapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxatuke%2Fspringapp/lists"}