Skip to content

Commit

Permalink
Fixed postgres repository dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanradic committed Dec 10, 2024
1 parent 6f2cd3b commit 49c17a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
import io.micronaut.data.r2dbc.annotation.R2dbcRepository;
import io.micronaut.data.tck.repositories.ExampleEntityRepository;

@R2dbcRepository(dialect = Dialect.H2)
@R2dbcRepository(dialect = Dialect.POSTGRES)
public interface PostgresExampleEntityRepository extends ExampleEntityRepository {
}

0 comments on commit 49c17a9

Please sign in to comment.