java-training-camp
java-training-camp copied to clipboard
作业十:动态地替换 Java System Propeties
要求
在 Spring Boot 工程中,动态地替换 Java System Propeties ,避免并发锁阻塞等问题
提示
在 Spring Boot org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent 阶段替换 Java System Propeties PropertySource,其中它的 name 为 :org.springframework.core.env.StandardEnvironment#SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME
https://github.com/Kurok1/java-training-camp/commit/3f6294792f1d2483cd8a6ff15f314d4de35ab75a
https://github.com/liqi19950722/Work/tree/master/work-10
https://github.com/Tanxyz/java-training-camp-homework