{"id":19603599,"url":"https://github.com/claudioaltamura/spring-boot-openapi-generator","last_synced_at":"2026-04-09T11:02:25.714Z","repository":{"id":136440454,"uuid":"359456950","full_name":"claudioaltamura/spring-boot-openapi-generator","owner":"claudioaltamura","description":"Spring Boot OpenAPI Generator example","archived":false,"fork":false,"pushed_at":"2024-04-26T09:20:42.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T15:48:00.096Z","etag":null,"topics":["github-actions","maven","openapi","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claudioaltamura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-04-19T12:47:49.000Z","updated_at":"2024-05-21T15:44:14.000Z","dependencies_parsed_at":"2023-03-31T16:48:31.365Z","dependency_job_id":null,"html_url":"https://github.com/claudioaltamura/spring-boot-openapi-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/claudioaltamura/spring-boot-openapi-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Fspring-boot-openapi-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Fspring-boot-openapi-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Fspring-boot-openapi-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Fspring-boot-openapi-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudioaltamura","download_url":"https://codeload.github.com/claudioaltamura/spring-boot-openapi-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudioaltamura%2Fspring-boot-openapi-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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-08-16T02:00:11.002Z","response_time":91,"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":["github-actions","maven","openapi","spring-boot"],"created_at":"2024-11-11T09:30:27.627Z","updated_at":"2025-12-30T21:45:46.710Z","avatar_url":"https://github.com/claudioaltamura.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/claudioaltamura/spring-boot-openapi-generator/maven-build.yml?branch=main)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# spring-boot-openapi-generator\nSpring Boot OpenAPI generator example\n\n## Attention\n\nOpenAPI spec must be named openapi.yml.\n\n## Generate\n\n    ./mvnw clean compile\n\nregenerating\ndelete the file under the folder .openapi-generator\n\n## Run\n\n    ./mvnw spring-boot:run\n\n## Example\n\n    curl http://localhost:8080/pets\n\n## OpenAPI\n\n    http://localhost:8080/v3/api-docs\n\n    http://localhost:8080/swagger-ui/index.html\n\n### Development\n\nfor demo purposes I configured in pom.xml\n\n    \u003cinterfaceOnly\u003efalse\u003c/interfaceOnly\u003e\n\nThe stubs generated can be used in your existing Spring-MVC or Spring-Boot application to create controller endpoints\nby adding ```@Controller``` classes that implement the interface. Eg:\n```java\n@Controller\npublic class PetController implements PetApi {\n// implement all PetApi methods\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudioaltamura%2Fspring-boot-openapi-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudioaltamura%2Fspring-boot-openapi-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudioaltamura%2Fspring-boot-openapi-generator/lists"}