Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Oct 2, 2024
1 parent 96b3d2f commit f74fc4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liquibase-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.source>1.8</maven.compiler.source>

<liquibase.core.version>4.24.0</liquibase.core.version>
<ydb.jdbc.version>2.2.0</ydb.jdbc.version>
<ydb.jdbc.version>2.2.6</ydb.jdbc.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions slo/hibernate/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ spring.datasource.url=jdbc:ydb:grpc://database-sample-grpc:2135/root/database-sa
spring.jpa.properties.hibernate.dialect=tech.ydb.hibernate.dialect.YdbDialect

spring.datasource.driver-class-name=tech.ydb.jdbc.YdbDriver
spring.flyway.connect-retries=1000
spring.flyway.connect-retries-interval=5s
spring.flyway.connect-retries=10
spring.flyway.connect-retries-interval=1s

0 comments on commit f74fc4d

Please sign in to comment.