You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/doc/flyway/flyway.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Evolve your Database Schema easily and reliably across all your instances.
4
4
5
5
This module run {{flyway}} on startup and apply database migration.
6
6
7
+
> NOTE: This module depends on [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module so all the services provided by the [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module.
8
+
7
9
## dependency
8
10
9
11
```xml
@@ -16,12 +18,6 @@ This module run {{flyway}} on startup and apply database migration.
16
18
17
19
## usage
18
20
19
-
```properties
20
-
flyway.url = ...
21
-
flyway.user = ...
22
-
flyway.password = ...
23
-
```
24
-
25
21
```java
26
22
{
27
23
use(newJdbc());
@@ -32,18 +28,13 @@ flyway.password = ...
32
28
33
29
If for any reason you need to maintain two or more databases:
Copy file name to clipboardExpand all lines: doc/doc/jdbi3/jdbi3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<ahref="https://jdbi.github.io">Jdbi</a> provides a convenience interface for SQL operations in Java.
4
4
5
-
This module depends on [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module so all the services provided by the [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module.
5
+
> NOTE: This module depends on [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module so all the services provided by the [jdbc](https://github.com/jooby-project/jooby/tree/master/jooby-jdbc) module.
0 commit comments