原文地址
def props = new Properties() new File("message.properties").withInputStream { stream -> props.load(stream) }