{"id":23289810,"url":"https://github.com/devdevx/springboot-flyway","last_synced_at":"2025-09-10T13:39:05.788Z","repository":{"id":177661295,"uuid":"141058784","full_name":"devdevx/springboot-flyway","owner":"devdevx","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-04T17:09:03.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T17:17:45.312Z","etag":null,"topics":["boilerplate","flyway","java","springboot2"],"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/devdevx.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-15T21:11:41.000Z","updated_at":"2018-11-04T17:09:05.000Z","dependencies_parsed_at":"2023-07-07T04:15:56.116Z","dependency_job_id":null,"html_url":"https://github.com/devdevx/springboot-flyway","commit_stats":null,"previous_names":["devdevx/springboot-flyway"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devdevx/springboot-flyway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdevx%2Fspringboot-flyway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdevx%2Fspringboot-flyway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdevx%2Fspringboot-flyway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdevx%2Fspringboot-flyway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devdevx","download_url":"https://codeload.github.com/devdevx/springboot-flyway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdevx%2Fspringboot-flyway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274471022,"owners_count":25291612,"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-09-10T02:00:12.551Z","response_time":83,"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":["boilerplate","flyway","java","springboot2"],"created_at":"2024-12-20T04:18:29.948Z","updated_at":"2025-09-10T13:39:05.769Z","avatar_url":"https://github.com/devdevx.png","language":"Java","readme":"# Introduction\n\nFlyway allows us to manage all database migrations in a easy and automatic mode.\n\n# Configuration\n\n## Add the maven dependency\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.flywaydb\u003c/groupId\u003e\n    \u003cartifactId\u003eflyway-core\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\n## Configure the properties\n\n```\nspring.flyway.out-of-order=true\n```\n\nBy enabling this feature you now can fill all gaps in the migration sequence. This is really helpful for dealing with migration scripts that are in different branches.\n\n## Define the sql version scripts\n\nThe slq scripts are located in the `resources/db/migration` folder.\n\nBy default, the name should follow the pattern `V\u003cversion_number\u003e__\u003cdescription\u003e.sql`\n\n# Try it\n\nYou can run the project, go to `localhost:8080/h2-console` and log in with the default credentials (simply click 'Connect').\n\nThe table `flyway_schema_history` contains all the info related to the migration scripts.\n\nThe `ddl-auto` property is configured in validation mode to ensure that the database schema is correct.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdevx%2Fspringboot-flyway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdevx%2Fspringboot-flyway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdevx%2Fspringboot-flyway/lists"}