We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7370281 commit d7d6a39Copy full SHA for d7d6a39
V. Spring Boot Actuator/53.1 Extend configuration.md
@@ -1,5 +1,5 @@
1
### 53.1 扩展配置
2
-在`META-INF/spring.factories`文件中,你可以激活创建PID文件的listener(s),示例:
+在`META-INF/spring.factories`文件中,你可以激活创建PID文件的`listener(s)`,示例:
3
```java
4
org.springframework.context.ApplicationListener=\
5
org.springframework.boot.actuate.system.ApplicationPidFileWriter,
0 commit comments