Update and rename 47.1. Extend configuration to 47.1. Extend configuration.md
parent
cd18c3e604
commit
a14a76dcd0
|
@ -0,0 +1,8 @@
|
||||||
|
### 47.1. 扩展属性
|
||||||
|
|
||||||
|
你需要激活`META-INF/spring.factories`文件里的listener(s):
|
||||||
|
```java
|
||||||
|
org.springframework.context.ApplicationListener=\
|
||||||
|
org.springframework.boot.actuate.system.ApplicationPidFileWriter,
|
||||||
|
org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
|
||||||
|
```
|
Loading…
Reference in New Issue