{"id":19111252,"url":"https://github.com/callicoder/spring-boot-flyway-example","last_synced_at":"2026-03-06T09:32:20.709Z","repository":{"id":65722712,"uuid":"100868323","full_name":"callicoder/spring-boot-flyway-example","owner":"callicoder","description":"Spring Boot Flyway Database Migration Example","archived":false,"fork":false,"pushed_at":"2018-03-21T02:36:02.000Z","size":51,"stargazers_count":50,"open_issues_count":0,"forks_count":55,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T20:49:59.838Z","etag":null,"topics":["flyway","spring-boot"],"latest_commit_sha":null,"homepage":"https://www.callicoder.com/spring-boot-flyway-database-migration-example/","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/callicoder.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}},"created_at":"2017-08-20T14:51:05.000Z","updated_at":"2024-09-16T09:15:54.000Z","dependencies_parsed_at":"2023-02-06T16:35:10.720Z","dependency_job_id":null,"html_url":"https://github.com/callicoder/spring-boot-flyway-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/callicoder/spring-boot-flyway-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-boot-flyway-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-boot-flyway-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-boot-flyway-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-boot-flyway-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callicoder","download_url":"https://codeload.github.com/callicoder/spring-boot-flyway-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-boot-flyway-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"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":["flyway","spring-boot"],"created_at":"2024-11-09T04:27:47.840Z","updated_at":"2026-03-06T09:32:20.684Z","avatar_url":"https://github.com/callicoder.png","language":"Shell","readme":"# Spring Boot Flyway Example\n\nLearn how to integrate Flyway in your Spring Boot application -\n\nhttps://www.callicoder.com/spring-boot-flyway-database-migration-example/\n\n## Requirements\n\n1. Java - 1.8.x\n\n2. Maven - 3.x.x\n\n3. MySQL - 5.x.x\n\n## Steps to setup\n\n**1. Clone the application**\n\n```bash\ngit clone https://github.com/callicoder/spring-boot-flyway-example.git\n```\n\n**2. Create Mysql database**\n```bash\ncreate database flyway_demo\n```\n\n**3. Change mysql username and password as per your installation**\n\n+ open `src/main/resources/application.properties`\n\n+ change `spring.datasource.username` and `spring.datasource.password` as per your mysql installation\n\n**4. Build and run the app using maven**\n\n```bash\ncd spring-boot-flyway-example\nmvn package\njava -jar target/flyway-demo-0.0.1-SNAPSHOT.jar\n```\n\nYou can also run the app without packaging it using -\n\n```bash\nmvn spring-boot:run\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fspring-boot-flyway-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallicoder%2Fspring-boot-flyway-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fspring-boot-flyway-example/lists"}