Skip to content

Commit 6e844b1

Browse files
committed
add sample project reference
(cherry picked from commit 648dc51)
1 parent 63f392b commit 6e844b1

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
**DOCUMENTATION**: http://xvik.github.io/dropwizard-guicey/
88

99
* [Examples](https://github.com/xvik/dropwizard-guicey/tree/dw-4/examples/)
10+
* [Standalone sample app](https://github.com/xvik/dropwizard-app-todo)
1011
* [Extensions and integrations](https://github.com/xvik/dropwizard-guicey/tree/dw-4/)
1112

1213
Support: [discussions](https://github.com/xvik/dropwizard-guicey/discussions) | [gitter chat](https://gitter.im/xvik/dropwizard-guicey)
@@ -153,6 +154,9 @@ Guice BOM | `com.google.inject:guice-bom`
153154
HK2 bridge | `org.glassfish.hk2:guice-bridge`
154155
Spock-junit5 | `ru.vyarus:spock-junit5`
155156

157+
#### Sample project
158+
159+
You can also use [sample gradle project](https://github.com/xvik/dropwizard-app-todo) for a new project bootstrap
156160

157161
### Snapshots
158162

dropwizard-guicey/src/doc/docs/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Maven:
7979
</dependencies>
8080
```
8181

82+
### Sample application
83+
84+
There is also a [sample gradle application](https://github.com/xvik/dropwizard-app-todo) which could be used for a new project bootstrap.
85+
8286
## Usage
8387

8488
!!! note ""

dropwizard-guicey/src/doc/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ For example: [XML](https://repo1.maven.org/maven2/ru/vyarus/dropwizard-guicey/{{
8282
* [**Installers**](installers/resource.md) describes all guicey installers. Use it as a *extensions hand book*.
8383
* [**Modules**](guide/modules.md) external extension modules overview.
8484
* [**Examples**](examples/authentication.md) some usage examples.
85+
* [Standalone sample application](https://github.com/xvik/dropwizard-app-todo)

0 commit comments

Comments
 (0)