{"id":24639698,"url":"https://github.com/priyansusahoo/spring_hibernate_mastery","last_synced_at":"2026-05-11T02:41:28.255Z","repository":{"id":273922450,"uuid":"782413768","full_name":"Priyansusahoo/Spring_Hibernate_Mastery","owner":"Priyansusahoo","description":"Learning SpringBoot - By ChadDarby","archived":false,"fork":false,"pushed_at":"2025-01-23T18:34:06.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T19:31:07.963Z","etag":null,"topics":["hibernate","jpa","spring-core","springboot3"],"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/Priyansusahoo.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":"2024-04-05T08:51:57.000Z","updated_at":"2025-01-23T18:36:15.000Z","dependencies_parsed_at":"2025-01-23T19:31:22.912Z","dependency_job_id":"cab0995b-4156-4d72-b409-8033fcf281d5","html_url":"https://github.com/Priyansusahoo/Spring_Hibernate_Mastery","commit_stats":null,"previous_names":["priyansusahoo/spring_hibernate_mastery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priyansusahoo%2FSpring_Hibernate_Mastery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priyansusahoo%2FSpring_Hibernate_Mastery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priyansusahoo%2FSpring_Hibernate_Mastery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priyansusahoo%2FSpring_Hibernate_Mastery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Priyansusahoo","download_url":"https://codeload.github.com/Priyansusahoo/Spring_Hibernate_Mastery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600676,"owners_count":20479304,"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":["hibernate","jpa","spring-core","springboot3"],"created_at":"2025-01-25T11:12:27.561Z","updated_at":"2026-05-11T02:41:28.224Z","avatar_url":"https://github.com/Priyansusahoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning SpringBoot (Chad Darby)\n\n##  - Spring Starter\n##  - Maven\n##  - @Controller Vs @RestController\n##  - @GetMapping\n##  - @Value\n##  - application.properties.\n##  - [Actuator Endpoint - (e.g. health, info)](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.endpoints)\n            e.g. of endpoint - (/actuator/info)\n            Go to this section =\u003e (13.1. Enabling Production-ready Features -\u003e 13.2. Endpoints)\n##  - [SpringBean scope](https://docs.spring.io/spring-framework/reference/core/beans/factory-scopes.html) : \n###    - singleton : \n            (Default) Scopes a single bean definition to a single object instance for each Spring IoC container.\n###    - prototype : \n            Scopes a single bean definition to any number of object instances.\n###    - request : \n            Scopes a single bean definition to the lifecycle of a single HTTP request. That is, each HTTP request has its own instance of a bean created off the back of a single bean definition. Only valid in the context of a web-aware Spring ApplicationContext.\n###    - session :\n            Scopes a single bean definition to the lifecycle of an HTTP Session. Only valid in the context of a web-aware Spring ApplicationContext.\n###    - globalSession :\n            This creates a single bean instance per global HTTP session. It is valid only in the context of a portal application.\n###    - application :\n            Scopes a single bean definition to the lifecycle of a ServletContext. Only valid in the context of a web-aware Spring ApplicationContext.\n###    - websocket :\n            Scopes a single bean definition to the lifecycle of a WebSocket. Only valid in the context of a web-aware Spring ApplicationContext.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyansusahoo%2Fspring_hibernate_mastery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyansusahoo%2Fspring_hibernate_mastery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyansusahoo%2Fspring_hibernate_mastery/lists"}