From 0bef49fb85623433bf7b445ceb4739ea5a5a81de Mon Sep 17 00:00:00 2001 From: oeljeklaus-you Date: Thu, 21 Jun 2018 23:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E7=B1=BB?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 配置管理类开发和测试均完成 --- .idea/workspace.xml | 22 +++++++++++----------- target/classes/conf.properties | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 target/classes/conf.properties diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a9a0575..66a2579 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,15 +1,8 @@ - - - - - - + - - @@ -359,7 +352,7 @@ @@ -377,7 +377,7 @@ - diff --git a/target/classes/conf.properties b/target/classes/conf.properties new file mode 100644 index 0000000..f995a3b --- /dev/null +++ b/target/classes/conf.properties @@ -0,0 +1,2 @@ +key1=value1 +key2=value2 \ No newline at end of file