{"id":24773955,"url":"https://github.com/legionjp/spring_springboot","last_synced_at":"2026-04-07T07:47:14.536Z","repository":{"id":270266008,"uuid":"909781662","full_name":"legionJP/Spring_SpringBoot","owner":"legionJP","description":"Guide for Spring Framework and Spring Boot.  Note: This is my Notes repo from Udemy.","archived":false,"fork":false,"pushed_at":"2025-03-14T11:04:19.000Z","size":17121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T16:28:56.779Z","etag":null,"topics":["hibernate","java","jdbc","jsp-servlet","maven-pom","postgresql","spring","spring-boot","spring-data","spring-data-jpa","spring-mvc","spring-security","springaop","springbean","springboot3","springjwt","springrest","springsecurity-oauth2","xml"],"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/legionJP.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":"2024-12-29T18:53:44.000Z","updated_at":"2025-03-14T11:04:22.000Z","dependencies_parsed_at":"2025-03-23T21:45:31.616Z","dependency_job_id":"e36b4a0a-eec2-4f5e-aa1e-c6c66e436401","html_url":"https://github.com/legionJP/Spring_SpringBoot","commit_stats":null,"previous_names":["legionjp/spring_springboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/legionJP/Spring_SpringBoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2FSpring_SpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2FSpring_SpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2FSpring_SpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2FSpring_SpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legionJP","download_url":"https://codeload.github.com/legionJP/Spring_SpringBoot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2FSpring_SpringBoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278420211,"owners_count":25983813,"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-05T02:00:06.059Z","response_time":54,"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":["hibernate","java","jdbc","jsp-servlet","maven-pom","postgresql","spring","spring-boot","spring-data","spring-data-jpa","spring-mvc","spring-security","springaop","springbean","springboot3","springjwt","springrest","springsecurity-oauth2","xml"],"created_at":"2025-01-29T05:20:13.577Z","updated_at":"2025-10-05T06:59:11.442Z","avatar_url":"https://github.com/legionJP.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spirng6 and SpringBoot3 Guide\n\n## 1. Intro to Spring 6 and Spring Boot 3\n\n###  [Spirng Boot Guide](Spring_SpringBoot/sf6sb3)\n\n## 2. Spring Framework and Core Spring\n\n###  [Spring Guide ](Springjp/)\n\n## 3. Spring JDBC\n\n###  [Spring JDBC Project](SpringJDBCjp/src/)\n\n- [JDBC Intro](https://github.com/legionJP/Java_language/blob/master/jdbc-example/src/main/java/com/example/App.java)\n\n- [Spring JDBC Model](SpringJDBCjp/src/main/java/com/jspring6/springjdbcjp/model/Student.java)\n\n#\n## 4. Spring Boot Web App using Servlets\n\n- [Servlet Intro](ServletWebsite/Docks/ServletsSpringBoot.md)\n\n- [Spring Boot Servlet App](ServletWebsite/src/main/java/com/jspring6/App.java)\n\n#\n## 5. Spring Boot Web App and MVC\n\n- [ Spring Boot Web App using the Spring Web](SpringBootWebApp1/src/main/java/com/jspring6/springbootwebapp1/SpringBootWebApp1Application.java)\n\n#\n## 6. Spring Web  MVC (without SpringBoot)\n\n- [Spring MVC ](SpringMVCwebApp)\n\n#\n## 7. Building the Project\n\n- [Job Projet](SpringJobProject)\n\n# \n## 8. REST APIs in Spring Boot\n- #  [REST APIS in Spring](SpringBootRest)\n\n - [Intro to REST APIS ](https://github.com/legionJP/Learn_APIs)\n - [REST APIS in Spring  intro ](SpringBootRest/RESTSpringIntro.md)\n\n# \n## 9. Spring DataJPA\n\n- [DATA JPA](SpringDataJPAproject/)\n- [JPA in Rest APP  ](SpringBootRest/)\n\n# \n## 10. Project Using the SpringBoot MVC\n\n- [Ecom-web-app](SpringEcomWebAPP)\n\n#\n## 11. Spring Data Rest \n\n- ##### [Spring Data Rest Project](SpringDataRestApp/)\n\n\n#\n## 12. Spring AOP \n\n- AOP : Aspect Oriented Programming \n\n- #### [Spring AOP  and Logging](SpringBootRestAOP/)\n\n\n#\n## 13. Spring Security \n\n- #### [Spring Security Project](SpringBootSecProject/)\n\n\n#\n## 14 . Securing Spring App\n\n- #### [Securing Job App](SpringJobProject/)\n\n\n#### Dependency for the Sprig boot security \n- Changing the Configuration add the config file \n\n\n#\n## 15.1  JWT and OAuth2\n- ### [Spring JWT and Oauth Project](SpringJWTproject/)\n\n#\n## 15.2 OAuth2 \n-   ### [OAuth 2 Project](OAuth2Project/)\n\n#\n## 16. Cloud Deployment\n\n-   ### [Cloud Deployment]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionjp%2Fspring_springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegionjp%2Fspring_springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionjp%2Fspring_springboot/lists"}