diff --git a/pom.xml b/pom.xml index d25de889b..fa196ecb3 100644 --- a/pom.xml +++ b/pom.xml @@ -414,6 +414,9 @@ true ${basedir}/src/main/resources + + ${basedir}/src/main/resources-${env} + @@ -504,4 +507,35 @@ + + + + + local + + true + + + local + deploy + + + + + + dev + + dev + + + + + + release + + release + + + + diff --git a/src/main/resources/log4j.xml b/src/main/resources-dev/log4j.xml similarity index 98% rename from src/main/resources/log4j.xml rename to src/main/resources-dev/log4j.xml index 327536fc1..e7f4f3813 100644 --- a/src/main/resources/log4j.xml +++ b/src/main/resources-dev/log4j.xml @@ -1,5 +1,5 @@ - + diff --git a/src/main/resources-local/hbase.properties b/src/main/resources-local/hbase.properties new file mode 100644 index 000000000..55c37a46a --- /dev/null +++ b/src/main/resources-local/hbase.properties @@ -0,0 +1,8 @@ +#hbase.client.host=localhost +#개발머신 장비 +hbase.client.host=10.101.17.108 +#운영적용 장비 +#hbase.client.host=10.25.149.61 + +hbase.client.port=2181 +hbase.htable.threads.max=128 \ No newline at end of file diff --git a/src/main/resources-local/log4j.xml b/src/main/resources-local/log4j.xml new file mode 100644 index 000000000..631888b3e --- /dev/null +++ b/src/main/resources-local/log4j.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources-release/hbase.properties b/src/main/resources-release/hbase.properties new file mode 100644 index 000000000..a618309d7 --- /dev/null +++ b/src/main/resources-release/hbase.properties @@ -0,0 +1,8 @@ +#hbase.client.host=localhost +#개발머신 장비 +#hbase.client.host=10.101.17.108 +#운영적용 장비 +hbase.client.host=10.25.149.61 + +hbase.client.port=2181 +hbase.htable.threads.max=128 \ No newline at end of file diff --git a/src/main/resources-release/log4j.xml b/src/main/resources-release/log4j.xml new file mode 100644 index 000000000..13d3ef2ec --- /dev/null +++ b/src/main/resources-release/log4j.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/log4j.dtd b/src/main/resources/log4j.dtd deleted file mode 100644 index 7d5ef9f24..000000000 --- a/src/main/resources/log4j.dtd +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file