{"id":18364570,"url":"https://github.com/mukul273/lombokcrashcourse","last_synced_at":"2026-05-08T01:44:37.581Z","repository":{"id":177639555,"uuid":"118677233","full_name":"mukul273/lombokCrashCourse","owner":"mukul273","description":"Spring Boot with Lombok","archived":false,"fork":false,"pushed_at":"2018-01-24T00:31:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T13:36:17.607Z","etag":null,"topics":["lombok","spring","spring-boot","spring-data","springframework"],"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/mukul273.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-01-23T22:14:49.000Z","updated_at":"2018-07-19T20:29:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"93188e18-3428-4abf-86bf-e8a5c7e0a80b","html_url":"https://github.com/mukul273/lombokCrashCourse","commit_stats":null,"previous_names":["mukul273/lombokcrashcourse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukul273/lombokCrashCourse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukul273%2FlombokCrashCourse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukul273%2FlombokCrashCourse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukul273%2FlombokCrashCourse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukul273%2FlombokCrashCourse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukul273","download_url":"https://codeload.github.com/mukul273/lombokCrashCourse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukul273%2FlombokCrashCourse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32763518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lombok","spring","spring-boot","spring-data","springframework"],"created_at":"2024-11-05T23:10:54.184Z","updated_at":"2026-05-08T01:44:37.567Z","avatar_url":"https://github.com/mukul273.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a crash course on lombok library being used in Spring boot.\n\nLombok is used to avoid lot of boiler plate code when it comes writing getters and setters for a bean.\n\nThis project uses web, jpa, h2 and lombok libraries.\n\n@Getter and @Setter can be used at field level as well as class level\n\nif we have final variable in the class then @NoArgConstructor can't be used\n\n@Value annotation makes the fields private and final. So the class becomes immutable. No setters.\n@Value precedes over @Data. \n\n@Builder will build the object for class.\n\n@NonNull will make sure that object is not null checked. No more nullpointerexception\n\n@Log4J or similar annotations will bring in the logger mechanism. No more instantiation of logger in the class.\n\nPlease refer https://projectlombok.org/features/all\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukul273%2Flombokcrashcourse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukul273%2Flombokcrashcourse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukul273%2Flombokcrashcourse/lists"}