We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ee114 commit af11ab2Copy full SHA for af11ab2
docs/micronaut.md
@@ -52,7 +52,7 @@ public class Application {
52
Create a class called SpeakeasyNettyServerCustomizer.java in your project and add the following code:
53
54
```java
55
-package dev.speakeasyapi.micronaut;
+package {YOUR_PACKAGE_HERE}; // Replace this with the relevant package name
56
57
import dev.speakeasyapi.micronaut.implementation.SpeakeasyChannelDuplexHandler;
58
import io.micronaut.context.event.BeanCreatedEvent;
@@ -246,4 +246,4 @@ changes to how the SDK operates:
246
247
```bash
248
gradle clean build
249
-```
+```
0 commit comments