Skip to content

Commit

Permalink
Add resolver documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
ramzimaalej authored Mar 15, 2022
1 parent ff599b2 commit f45c01b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ Add dependency to your project.
</dependency>
```

Resolver

`com.mytechden.flyway_csv.impl.resolver.CSVMigrationResolver`

Micronaut Configuration

```
flyway:
datasources:
default:
enabled: true
resolvers:
- com.mytechden.flyway_csv.impl.resolver.CSVMigrationResolver
```

## Naming convention
The naming convention follows the pattern defined below:

Expand Down

0 comments on commit f45c01b

Please sign in to comment.