File tree Expand file tree Collapse file tree 5 files changed +20
-36
lines changed Expand file tree Collapse file tree 5 files changed +20
-36
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Droptools
6
6
7
7
Useful Dropwizard addons, including ` dropwizard-jooq ` and ` dropwizard-redis ` .
8
8
9
-
10
9
[ ` dropwizard-jooq ` ] ( https://github.com/benjamin-bader/droptools/tree/master/dropwizard-jooq )
11
10
-----------------
12
11
@@ -19,20 +18,6 @@ A bundle that adds support for relational database access via the excellent [jOO
19
18
A bundle that manages a redis connection pool and makes [ Jedis] ( https://github.com/xetorthio/jedis ) clients available to resource methods, without the hassle of pooling logic in your code.
20
19
21
20
22
- Usage
23
- -----
24
-
25
- To use the entire ` droptools ` family:
26
-
27
- ``` xml
28
- <dependency >
29
- <groupId >com.bendb.dropwizard</groupId >
30
- <artifactId >droptools-parent</artifactId >
31
- <version >1.1.0-0</version >
32
- </dependency >
33
- ```
34
-
35
-
36
21
Support
37
22
-------
38
23
Original file line number Diff line number Diff line change @@ -49,23 +49,22 @@ dependencies {
49
49
jooq {
50
50
version = jooqVersion
51
51
example(sourceSets. main) {
52
- jdbc {
53
- driver = " org.postgresql.Driver"
54
- url = " jdbc:postgresql://localhost:5432/example_app"
55
- user = " example_user"
56
- password = " s3cr3t"
57
- }
52
+ jdbc {
53
+ driver = " org.postgresql.Driver"
54
+ url = " jdbc:postgresql://localhost:5432/example_app"
55
+ user = " example_user"
56
+ password = " s3cr3t"
57
+ }
58
58
59
- generator {
60
- database {
61
- name = " org.jooq.meta.postgres.PostgresDatabase"
62
- inputSchema = " ex"
63
- }
59
+ generator {
60
+ database {
61
+ name = " org.jooq.meta.postgres.PostgresDatabase"
62
+ inputSchema = " ex"
63
+ }
64
64
65
- target {
66
- packageName = " com.bendb.example.db"
67
- }
68
- }
65
+ target {
66
+ packageName = " com.bendb.example.db"
67
+ }
68
+ }
69
69
}
70
70
}
71
-
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Dependency Info
14
14
<dependency >
15
15
<groupId >com.bendb.dropwizard</groupId >
16
16
<artifactId >dropwizard-jooq</artifactId >
17
- <version >1.1.0-0 </version >
17
+ <version >1.3.5-1 </version >
18
18
</dependency >
19
19
```
20
20
@@ -130,7 +130,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
130
130
License
131
131
-------
132
132
133
- Copyright (c) 2014-2017 Benjamin Bader
133
+ Copyright (c) 2014-2019 Benjamin Bader
134
134
135
135
This library is licensed under the Apache License, Version 2.0.
136
136
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Dependency Info
11
11
<dependency >
12
12
<groupId >com.bendb.dropwizard</groupId >
13
13
<artifactId >dropwizard-redis</artifactId >
14
- <version >1.2.0-0 </version >
14
+ <version >1.3.5-1 </version >
15
15
</dependency >
16
16
```
17
17
@@ -98,7 +98,7 @@ Please file bug reports and feature requests in [GitHub issues](https://github.c
98
98
License
99
99
-------
100
100
101
- Copyright (c) 2014-2017 Benjamin Bader
101
+ Copyright (c) 2014-2019 Benjamin Bader
102
102
103
103
This library is licensed under the Apache License, Version 2.0.
104
104
Original file line number Diff line number Diff line change 1
1
GROUP =com.bendb.droptools
2
- VERSION =1.3.5-1-SNAPSHOT
2
+ VERSION =1.3.5-1
3
3
4
4
POM_URL =https://github.com/benjamin-bader/droptools/
5
5
You can’t perform that action at this time.
0 commit comments