diff --git a/stockMate/bin/pom.xml b/stockMate/bin/pom.xml
deleted file mode 100644
index 57aeede..0000000
--- a/stockMate/bin/pom.xml
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
- 4.0.0
- com.stockm8
- controller
- SpringBoard
- war
- 1.0.0-BUILD-SNAPSHOT
-
- 1.11
- 4.3.8.RELEASE
- 1.6.10
- 1.6.6
-
-
-
-
- org.springframework
- spring-context
- ${org.springframework-version}
-
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-webmvc
- ${org.springframework-version}
-
-
-
-
- org.aspectj
- aspectjrt
- ${org.aspectj-version}
-
-
-
-
- org.slf4j
- slf4j-api
- ${org.slf4j-version}
-
-
- org.slf4j
- jcl-over-slf4j
- ${org.slf4j-version}
- runtime
-
-
- org.slf4j
- slf4j-log4j12
- ${org.slf4j-version}
- runtime
-
-
- log4j
- log4j
- 1.2.15
-
-
- javax.mail
- mail
-
-
- javax.jms
- jms
-
-
- com.sun.jdmk
- jmxtools
-
-
- com.sun.jmx
- jmxri
-
-
- runtime
-
-
-
-
- javax.inject
- javax.inject
- 1
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- provided
-
-
- javax.servlet
- jstl
- 1.2
-
-
-
-
- junit
- junit
- 4.12
- test
-
-
-
-
-
- com.mysql
- mysql-connector-j
- 8.0.32
-
-
-
-
- org.mybatis
- mybatis
- 3.4.1
-
-
-
- org.mybatis
- mybatis-spring
- 1.3.0
-
-
-
- org.springframework
- spring-jdbc
- 4.3.8.RELEASE
-
-
-
-
- org.springframework
- spring-test
- ${org.springframework-version}
-
-
-
-
- org.projectlombok
- lombok
- 1.18.34
- provided
-
-
-
-
- org.bgee.log4jdbc-log4j2
- log4jdbc-log4j2-jdbc4.1
- 1.16
-
-
-
-
- com.zaxxer
- HikariCP
- 5.1.0
-
-
-
-
- org.springframework
- spring-context-support
- 4.3.8.RELEASE
-
-
-
-
- javax.mail
- javax.mail-api
- 1.6.2
-
-
-
-
- com.sun.mail
- javax.mail
- 1.6.2
-
-
-
-
-
-
-
-
-
-
- maven-eclipse-plugin
- 2.9
-
-
- org.springframework.ide.eclipse.core.springnature
-
-
- org.springframework.ide.eclipse.core.springbuilder
-
- true
- true
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.5.1
-
- 1.11
- 1.11
- -Xlint:all
- true
- true
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- 1.2.1
-
- org.test.int1.Main
-
-
-
-
-
diff --git a/stockMate/bin/src/main/resources/log4j.xml b/stockMate/bin/src/main/resources/log4j.xml
deleted file mode 100644
index 141ebc6..0000000
--- a/stockMate/bin/src/main/resources/log4j.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stockMate/bin/src/main/resources/mappers/productMapper.xml b/stockMate/bin/src/main/resources/mappers/productMapper.xml
deleted file mode 100644
index 7e0af2d..0000000
--- a/stockMate/bin/src/main/resources/mappers/productMapper.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- INSERT INTO products (name, barcode, category_id, base_unit, set_size, price,
- business_id, qr_code_path, barcode_path, description)
- VALUES (#{name}, #{barcode}, #{categoryId}, #{baseUnit}, #{setSize}, #{price},
- #{businessId}, #{qrCodePath}, #{barcodePath}, #{description})
-
-
-
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/resources/mappers/receivingMapper.xml b/stockMate/bin/src/main/resources/mappers/receivingMapper.xml
deleted file mode 100644
index 2d02836..0000000
--- a/stockMate/bin/src/main/resources/mappers/receivingMapper.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/resources/mappers/shipmentMapper.xml b/stockMate/bin/src/main/resources/mappers/shipmentMapper.xml
deleted file mode 100644
index 0341d78..0000000
--- a/stockMate/bin/src/main/resources/mappers/shipmentMapper.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/resources/mappers/warehouseMapper.xml b/stockMate/bin/src/main/resources/mappers/warehouseMapper.xml
deleted file mode 100644
index 5fec9d2..0000000
--- a/stockMate/bin/src/main/resources/mappers/warehouseMapper.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- INSERT INTO warehouses (warehouse_name, location, business_id, manager_id)
- VALUES (#{warehouseName}, #{location}, #{businessId}, #{managerId})
-
-
-
-
-
-
-
-
-
-
- UPDATE warehouses
- SET warehouse_name = #{warehouseName},
- location = #{location},
- business_id = #{businessId},
- manager_id = #{managerId}
- WHERE warehouse_id = #{warehouseId}
-
-
-
-
- DELETE FROM warehouses WHERE warehouse_id = #{warehouseId}
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/resources/mybatis-config.xml b/stockMate/bin/src/main/resources/mybatis-config.xml
deleted file mode 100644
index 59bc022..0000000
--- a/stockMate/bin/src/main/resources/mybatis-config.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/stockMate/bin/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
deleted file mode 100644
index 4b5bae1..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/spring/root-context.xml b/stockMate/bin/src/main/webapp/WEB-INF/spring/root-context.xml
deleted file mode 100644
index ec7af62..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/spring/root-context.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/views/commonErr.jsp b/stockMate/bin/src/main/webapp/WEB-INF/views/commonErr.jsp
deleted file mode 100644
index 7a1785c..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/views/commonErr.jsp
+++ /dev/null
@@ -1,14 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-
-
-
-
-Insert title here
-
-
-
-commonErr.jsp
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/views/home.jsp b/stockMate/bin/src/main/webapp/WEB-INF/views/home.jsp
deleted file mode 100644
index 4783383..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/views/home.jsp
+++ /dev/null
@@ -1,14 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ page session="false" %>
-
-
- Home
-
-
-
- Hello world!
-
-
- The time on the server is ${serverTime}.
-
-
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/views/receiving/main.jsp b/stockMate/bin/src/main/webapp/WEB-INF/views/receiving/main.jsp
deleted file mode 100644
index 622a6b8..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/views/receiving/main.jsp
+++ /dev/null
@@ -1,65 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=EUC-KR"
- pageEncoding="UTF-8"%>
-<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-
-
-
-Insert title here
-
-
-
-입고 메인
-
-
-
- 입고 번호 |
- 오늘 입고될 시간 |
- 제품 번호 |
- 제품명 |
- 옵션명 |
- 입고 수량 |
- 작업메모 |
- 공급사 회사 이름 |
-
-
-
- ${vo.receivingNo } |
- ${vo.receivingDate } |
- ${vo.productNO } |
- ${vo.productName } |
- ${vo.optionName } |
- ${vo.receivingQty } |
- ${vo.workMemo } |
- ${vo.supplierName } |
-
-
-
-
-
-
- 입고 번호 |
- 어제 입고된 시간 |
- 제품 번호 |
- 제품명 |
- 옵션명 |
- 입고 수량 |
- 작업메모 |
- 공급사 회사 이름 |
-
-
-
- ${vo.receivingNo } |
- ${vo.receivingDate } |
- ${vo.productNO } |
- ${vo.productName } |
- ${vo.optionName } |
- ${vo.receivingQty } |
- ${vo.workMemo } |
- ${vo.supplierName } |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/views/warehouse/create.jsp b/stockMate/bin/src/main/webapp/WEB-INF/views/warehouse/create.jsp
deleted file mode 100644
index 408dcd8..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/views/warehouse/create.jsp
+++ /dev/null
@@ -1,19 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-
-
-
-
-Create warehouse
-
-
- 창고 등록 페이지
-
-
-
\ No newline at end of file
diff --git a/stockMate/bin/src/main/webapp/WEB-INF/web.xml b/stockMate/bin/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 93104e4..0000000
--- a/stockMate/bin/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
- contextConfigLocation
- /WEB-INF/spring/*-context.xml
-
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
-
- appServlet
- org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- /WEB-INF/spring/appServlet/servlet-context.xml
-
- 1
-
-
-
- appServlet
- /
-
-
-
-
- setUTF8
- org.springframework.web.filter.CharacterEncodingFilter
-
- encoding
- UTF-8
-
-
-
-
- setUTF8
- /*
-
-
-
-
-
diff --git a/stockMate/bin/src/test/resources/log4j.xml b/stockMate/bin/src/test/resources/log4j.xml
deleted file mode 100644
index 6a0a3ed..0000000
--- a/stockMate/bin/src/test/resources/log4j.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stockMate/src/test/resources/log4j.xml b/stockMate/src/test/resources/log4j.xml
deleted file mode 100644
index 6a0a3ed..0000000
--- a/stockMate/src/test/resources/log4j.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-