SpringApplicationBuilder.properties fixes
Previously: properties(Map) behaved differently to properties(String...). Fixed by merging the implementations. Also added properties(Properties).
Showing
Please register or sign in to comment
Previously: properties(Map) behaved differently to properties(String...). Fixed by merging the implementations. Also added properties(Properties).