Redis – How to share properties file among mutipule modules in microservice of spring boot?
I'm using consul as my external config center, but it makes me annoying to copy lots of repeatable properties from a yaml to another, such as spring: data: redis: host: 192.168.124.133 port: 6379 password: root config: import: 'consul:' cloud: consul:…