{"id":18820818,"url":"https://github.com/coder-acjhp/spring-boot-restful-test","last_synced_at":"2026-05-04T14:44:01.168Z","repository":{"id":131076583,"uuid":"122186514","full_name":"Coder-ACJHP/Spring-boot-Restful-test","owner":"Coder-ACJHP","description":"Simple spring-boot-jpa-restful api ","archived":false,"fork":false,"pushed_at":"2018-02-21T18:53:09.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T03:32:50.248Z","etag":null,"topics":["embedded-apache-derby","spring-boot","spring-data-jpa","spring-rest-api"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Coder-ACJHP.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":"2018-02-20T10:54:16.000Z","updated_at":"2018-02-21T18:28:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"796ac495-006e-45f9-a0f1-88d7f6debabb","html_url":"https://github.com/Coder-ACJHP/Spring-boot-Restful-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSpring-boot-Restful-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSpring-boot-Restful-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSpring-boot-Restful-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-ACJHP%2FSpring-boot-Restful-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coder-ACJHP","download_url":"https://codeload.github.com/Coder-ACJHP/Spring-boot-Restful-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758831,"owners_count":19692034,"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":["embedded-apache-derby","spring-boot","spring-data-jpa","spring-rest-api"],"created_at":"2024-11-08T00:30:25.351Z","updated_at":"2026-05-04T14:43:56.146Z","avatar_url":"https://github.com/Coder-ACJHP.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e Spring-boot-data-jpa-rest-api example\u003c/h1\u003e\n\u003ch3\u003e In this repository I will create simple spring-boot-jpa-restful api and for testing it I used Apache Derby embedded database.\u003c/h3\u003e\n\u003cp\u003e I saw in some tutorials they not adding any annotation on \u003ccode\u003eApplicationStart.class\u003c/code\u003e but for me not worked so we have to add some annotations to our start class to say to Spring \u003cqoute\u003eHey Spring we have Service classes and Controller classes located in '------' package\u003c/qoute\u003e\u003c/p\u003e\n\u003cp\u003eSome thing like this :\u003c/p\u003e \u003cbr\u003e\n\u003cpre\u003e\u003ccode\u003e\n@SpringBootApplication\n@EntityScan(basePackages = \"com.coder.web.rest.entity\")\n@ComponentScan(basePackages = \"com.coder.web.rest\")\n@EnableJpaRepositories(basePackages = \"com.coder.web.rest.service\")\npublic class SpringBootRestfulJpaApplication {\n\n\tpublic static void main(String[] args) {\n\t\tSpringApplication.run(SpringBootRestfulJpaApplication.class, args);\n\t}\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003caddress\u003eNOTE : For making your api test you can use \u003ca href=\"https://www.getpostman.com/\"\u003ePOSTMAN\u003c/a\u003e application as plugin on Chrome or as standalone application on your computer.\u003c/address\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-acjhp%2Fspring-boot-restful-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder-acjhp%2Fspring-boot-restful-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-acjhp%2Fspring-boot-restful-test/lists"}