Really simple example showing how the DynamicPropertyRegistry doesn't get set on dev tools reload.
- In one window run
./mvnw spring-boot:test-runand wait for the application to start. - In another window run
./mvnw compileand wait for dev tools to rebuild. Notice how the application no longer starts.