Open chuntaojun opened 4 years ago
Type: bug report
https://github.com/nacos-group/nacos-spring-boot-project/issues/125
因为NacosUtils.readTypeFromDataId() 的优先级 比 properties.type().getType()高,但是如果优先properties.type().getType(),因为 ConfigType存在默认值 ConfigType.PROPERTIES,data id文件后缀的逻辑就不存在,这样的逻辑是否正确?不太明白是否需要readTypeFromDataId的逻辑
NacosUtils.readTypeFromDataId()
properties.type().getType()
ConfigType.PROPERTIES
https://github.com/nacos-group/nacos-spring-project/issues/201
https://github.com/nacos-group/nacos-spring-project/issues/202
Issue Description
Type: bug report
Describe what happened (or what feature you want)
https://github.com/nacos-group/nacos-spring-boot-project/issues/125
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?