If you have worked on Spring projects, then you must have seen spring configuration files where in header you specify the schema references for various spring modules. In schema references, we mention the xml namespace and as well as it’s version number. Well specifying version number is not mandatory at all, and you can omit […]
The post Do not specify version numbers in Spring schema references appeared first on How To Do In Java.