Skip to content

Commit 14a63a5

Browse files
authored
docs: correct outdated property name springwolf.docket.servers.kafka.url to springwolf.docket.servers.kafka.host (#86)
1 parent b9cd166 commit 14a63a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/snippets/_configuration_properties.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ springwolf.docket.info.title=${spring.application.name}
44
springwolf.docket.info.version=1.0.0
55

66
springwolf.docket.servers.kafka.protocol=kafka
7-
springwolf.docket.servers.kafka.url=${spring.kafka.bootstrap-servers}
7+
springwolf.docket.servers.kafka.host=${spring.kafka.bootstrap-servers}
88

99
# Springwolf - optional fields
1010
springwolf.enabled=true

docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ springwolf.docket.info.title=${spring.application.name}
3737
springwolf.docket.info.version=1.0.0
3838

3939
springwolf.docket.servers.kafka.protocol=kafka
40-
springwolf.docket.servers.kafka.url=${kafka.bootstrap.servers:localhost:29092}
40+
springwolf.docket.servers.kafka.host=${kafka.bootstrap.servers:localhost:29092}
4141
```
4242

4343
*Make sure to change the value of `springwolf.docket.base-package` to the package containing your listeners, so that Springwolf will automatically pick them up.*

0 commit comments

Comments
 (0)