From 67ca0ced67fb0f8512b08f9751311716ca03ed73 Mon Sep 17 00:00:00 2001 From: oeljeklaus-you Date: Thu, 21 Jun 2018 23:00:29 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=8E=AF=E5=A2=83=E6=90=AD=E5=BB=BA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=202.=E7=9B=B8=E5=85=B3=E7=9A=84=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=B1=BB=E7=BC=96=E5=86=99=E5=AE=8C=E6=88=90=203.=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E7=B1=BB=E7=BC=96?= =?UTF-8?q?=E5=86=99=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/libraries/Maven__junit_junit_3_8_1.xml | 13 -- .idea/libraries/Maven__junit_junit_4_12.xml | 13 ++ .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 13 ++ .idea/workspace.xml | 194 ++++++++++++++++-- UserActionAnalyzePlatform.iml | 3 +- pom.xml | 13 +- src/main/resources/conf.properties | 2 + .../hust/conf/ConfigurationManagerTest.java | 15 ++ 8 files changed, 225 insertions(+), 41 deletions(-) delete mode 100644 .idea/libraries/Maven__junit_junit_3_8_1.xml create mode 100644 .idea/libraries/Maven__junit_junit_4_12.xml create mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 src/main/resources/conf.properties create mode 100644 src/test/java/cn/edu/hust/conf/ConfigurationManagerTest.java diff --git a/.idea/libraries/Maven__junit_junit_3_8_1.xml b/.idea/libraries/Maven__junit_junit_3_8_1.xml deleted file mode 100644 index 71b2993..0000000 --- a/.idea/libraries/Maven__junit_junit_3_8_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_12.xml b/.idea/libraries/Maven__junit_junit_4_12.xml new file mode 100644 index 0000000..d411041 --- /dev/null +++ b/.idea/libraries/Maven__junit_junit_4_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..f58bbc1 --- /dev/null +++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 61a0ff1..a9a0575 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,15 @@ - - - - + + + + + + + + @@ -18,10 +22,10 @@ - + - + @@ -32,6 +36,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -54,10 +78,12 @@ @@ -138,6 +164,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +