{"id":23103491,"url":"https://github.com/samioksanen/query_spring_rest_project","last_synced_at":"2026-04-17T00:34:50.466Z","repository":{"id":127265560,"uuid":"87305817","full_name":"SamiOksanen/Query_Spring_REST_Project","owner":"SamiOksanen","description":"Ryhmäprojekti Ohjelmistoprojekti 1 kurssille","archived":false,"fork":false,"pushed_at":"2017-05-17T13:39:11.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T21:43:16.854Z","etag":null,"topics":["java","javaee","maven","rest-api","spring","spring-mvc","spring-security","spring-security-web"],"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/SamiOksanen.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-04-05T12:18:12.000Z","updated_at":"2017-05-19T09:13:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d7dc490-d987-45f0-b734-d071d650002c","html_url":"https://github.com/SamiOksanen/Query_Spring_REST_Project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamiOksanen/Query_Spring_REST_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiOksanen%2FQuery_Spring_REST_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiOksanen%2FQuery_Spring_REST_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiOksanen%2FQuery_Spring_REST_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiOksanen%2FQuery_Spring_REST_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamiOksanen","download_url":"https://codeload.github.com/SamiOksanen/Query_Spring_REST_Project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiOksanen%2FQuery_Spring_REST_Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259391306,"owners_count":22850426,"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","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","javaee","maven","rest-api","spring","spring-mvc","spring-security","spring-security-web"],"created_at":"2024-12-17T00:20:33.040Z","updated_at":"2026-04-17T00:34:45.439Z","avatar_url":"https://github.com/SamiOksanen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Query_Spring_Project\n-------------------\nDemonstrates the capabilities of the Spring MVC web framework, Spring Security and the RESTful web service through query application.\nAfter reviewing this project, you should have a good understanding of what Spring MVC and REST can do and get a feel for how easy it is to use.\n\nIn this application you'll see the following in action:\n\n* @Controller\n* @RestController\n* Mapping Requests\n* Obtaining Request Data\n* Generating Responses\n* Rendering Views\n* Type Conversion\n* Validation\n* Forms\n* File Upload\n* Exception Handling\n\nTo get the code:\n-------------------\nClone the repository:\n\n    $ git clone https://github.com/SamiOksanen/Query_Spring_Project.git\n\nIf this is your first time using Github, review http://help.github.com to learn the basics.\n\nTo run the application:\n-------------------\t\nFrom the command line with Maven:\n\n    $ cd kysely\n    $ mvn tomcat8:run [-Dmaven.tomcat.port=\u003cport no.\u003e] (In case 8080 is busy] \n\nor\n\nIn your preferred IDE such as SpringSource Tool Suite (STS) or IDEA:\n\n* Import kysely as a Maven Project\n* Drag-n-drop the project onto the \"SpringSource tc Server Developer Edition\" or another Servlet 2.5 or \u003e Server to run, such as Tomcat.\n\nAccess the deployed web application at: http://localhost:8080/kysely/\n\nShow Queries:\n------------------\nReturns json data about queris.\n\n* URL:\n\n  http://localhost:8080/kysely/rest/\n\n* Method:\n\n  `GET` | `POST` | `DELETE` | `PUT`\n\n* Sample Call:\n\n  ```javascript\n    $.ajax({\n      url: \"http://localhost:8080/kysely/rest/\",\n      dataType: \"json\",\n      type : \"GET\",\n      success : function(r) {\n        console.log(r);\n      }\n    });\n  ```\n\nNote:\n-------------------\nGroup project made by:\n* Ville Lepistö\n* Samuli Nuorteva\n* Jimi Nurmi\n* Sami Oksanen\n* Mikko Puntanen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamioksanen%2Fquery_spring_rest_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamioksanen%2Fquery_spring_rest_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamioksanen%2Fquery_spring_rest_project/lists"}