Add request filter.
This commit is contained in:
parent
059ff67d2b
commit
addc97f5cd
7 changed files with 248 additions and 0 deletions
10
pom.xml
10
pom.xml
|
@ -90,6 +90,16 @@
|
|||
<artifactId>micronaut-test-junit5</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micronaut</groupId>
|
||||
<artifactId>micronaut-http-client</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micronaut</groupId>
|
||||
<artifactId>micronaut-http-server-netty</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- logging -->
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue