diff --git a/Servers/.settings/org.eclipse.wst.server.core.prefs b/Servers/.settings/org.eclipse.wst.server.core.prefs
index 6315b8f..0a979f1 100644
--- a/Servers/.settings/org.eclipse.wst.server.core.prefs
+++ b/Servers/.settings/org.eclipse.wst.server.core.prefs
@@ -1,3 +1,3 @@
-#Fri Jun 05 10:15:50 KST 2020
+#Fri Jun 05 12:31:26 KST 2020
org.eclipse.wst.server.core.isServerProject=true
eclipse.preferences.version=1
diff --git a/Servers/Tomcat v8.5 Server at localhost-config/server.xml b/Servers/Tomcat v8.5 Server at localhost-config/server.xml
index 425bbd2..aea4a50 100644
--- a/Servers/Tomcat v8.5 Server at localhost-config/server.xml
+++ b/Servers/Tomcat v8.5 Server at localhost-config/server.xml
@@ -153,7 +153,7 @@
Note: The pattern used is equivalent to using pattern="common" -->
-
+
\ No newline at end of file
diff --git a/hospital/.classpath b/hospital/.classpath
index 69999a8..3b7e256 100644
--- a/hospital/.classpath
+++ b/hospital/.classpath
@@ -19,10 +19,14 @@
-
+
+
+
+
+
-
+
diff --git a/hospital/.gitignore b/hospital/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/hospital/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/hospital/.project b/hospital/.project
index b573a07..00939bf 100644
--- a/hospital/.project
+++ b/hospital/.project
@@ -15,6 +15,11 @@
+
+ org.eclipse.wst.validation.validationbuilder
+
+
+
org.eclipse.m2e.core.maven2Builder
@@ -25,5 +30,6 @@
org.eclipse.jdt.core.javanature
org.eclipse.m2e.core.maven2Nature
org.eclipse.wst.common.project.facet.core.nature
+ org.eclipse.wst.common.modulecore.ModuleCoreNature
diff --git a/hospital/.settings/org.eclipse.core.resources.prefs b/hospital/.settings/org.eclipse.core.resources.prefs
index 99f26c0..f9fe345 100644
--- a/hospital/.settings/org.eclipse.core.resources.prefs
+++ b/hospital/.settings/org.eclipse.core.resources.prefs
@@ -1,2 +1,4 @@
eclipse.preferences.version=1
+encoding//src/main/java=UTF-8
+encoding//src/test/java=UTF-8
encoding/=UTF-8
diff --git a/hospital/.settings/org.eclipse.wst.common.project.facet.core.xml b/hospital/.settings/org.eclipse.wst.common.project.facet.core.xml
index 3f2dd2b..47ce2ca 100644
--- a/hospital/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/hospital/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,7 +1,8 @@
+
-
+
diff --git a/hospital/.settings/org.eclipse.wst.ws.service.policy.prefs b/hospital/.settings/org.eclipse.wst.ws.service.policy.prefs
new file mode 100644
index 0000000..9cfcabe
--- /dev/null
+++ b/hospital/.settings/org.eclipse.wst.ws.service.policy.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+org.eclipse.wst.ws.service.policy.projectEnabled=false
diff --git a/hospital/src/main/webapp/WEB-INF/web.xml b/hospital/src/main/webapp/WEB-INF/web.xml
index 9f88c1f..70070ff 100644
--- a/hospital/src/main/webapp/WEB-INF/web.xml
+++ b/hospital/src/main/webapp/WEB-INF/web.xml
@@ -1,7 +1,15 @@
-
+
+
+
+
-
Archetype Created Web Application
+
+
+ index.jsp
+
diff --git a/hospital/src/main/webapp/index.jsp b/hospital/src/main/webapp/index.jsp
index b254c78..24d9017 100644
--- a/hospital/src/main/webapp/index.jsp
+++ b/hospital/src/main/webapp/index.jsp
@@ -4,9 +4,17 @@
-Insert title here
+병원 관리 시스템
-
-what the hell?
-
+
+병원 임직원 회원가입
+
+
\ No newline at end of file
diff --git a/hospital/target/hospital.war b/hospital/target/hospital.war
deleted file mode 100644
index 5ee7d1e..0000000
Binary files a/hospital/target/hospital.war and /dev/null differ
diff --git a/hospital/target/hospital/WEB-INF/web.xml b/hospital/target/hospital/WEB-INF/web.xml
deleted file mode 100644
index 9f88c1f..0000000
--- a/hospital/target/hospital/WEB-INF/web.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- Archetype Created Web Application
-
diff --git a/hospital/target/hospital/index.jsp b/hospital/target/hospital/index.jsp
deleted file mode 100644
index b254c78..0000000
--- a/hospital/target/hospital/index.jsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-
-
-
-
-Insert title here
-
-
-what the hell?
-
-
\ No newline at end of file
diff --git a/hospital/target/m2e-wtp/web-resources/.gitignore b/hospital/target/m2e-wtp/web-resources/.gitignore
deleted file mode 100644
index 3385916..0000000
--- a/hospital/target/m2e-wtp/web-resources/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/META-INF/
diff --git a/hospital/target/maven-archiver/pom.properties b/hospital/target/maven-archiver/pom.properties
deleted file mode 100644
index 779fece..0000000
--- a/hospital/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Created by Apache Maven 3.6.3
-version=0.0.1-SNAPSHOT
-groupId=co.mg
-artifactId=hospital