摘要: 用maven打成jar包后,Main.class.getClassLoader().getResource("")为null。 示例: public static void main(String[] args) { System.out.println(Main.class.getResource 阅读全文
posted @ 2020-12-18 23:44 牧之丨 阅读(772) 评论(0) 推荐(0) 编辑
摘要: yml:myProps: varmaplist: key11: - t1 - t2 - t3 key22: - t11 - t22 - t33 list: - topic1 - topic2 - topic3 maps: {key1: 'value1', key2: 'value2'} MyProp 阅读全文
posted @ 2020-12-18 14:37 牧之丨 阅读(1201) 评论(0) 推荐(0) 编辑