Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsdbsrb committed Sep 16, 2022
0 parents commit 72ef537
Show file tree
Hide file tree
Showing 79 changed files with 1,067 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/AnimalCareSystem_war.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/artifacts/AnimalCareSystem_war_exploded.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/libraries/Java_EE_6_Java_EE_6.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/mysql_connector_java_8_0_29.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/webContexts.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions AnimalCareSystem.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web" relative="/" />
</webroots>
<sourceRoots />
</configuration>
<facet type="webservices" name="WebServices">
<configuration ws.engine="Apache Axis" />
</facet>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Java EE 6-Java EE 6" level="project" />
<orderEntry type="module" module-name="AnimalCareSystemMAVEN" />
<orderEntry type="library" name="mysql-connector-java-8.0.29" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Desktop/jakarta-taglibs-standard-1.1.1/lib/standard.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Desktop/jakarta-taglibs-standard-1.1.1/lib/jstl.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
Binary file added lib/javax.annotation.jar
Binary file not shown.
Binary file added lib/javax.ejb.jar
Binary file not shown.
Binary file added lib/javax.jms.jar
Binary file not shown.
Binary file added lib/javax.persistence.jar
Binary file not shown.
Binary file added lib/javax.resource.jar
Binary file not shown.
Binary file added lib/javax.servlet.jar
Binary file not shown.
Binary file added lib/javax.servlet.jsp.jar
Binary file not shown.
Binary file added lib/javax.servlet.jsp.jstl.jar
Binary file not shown.
Binary file added lib/javax.transaction.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions out/artifacts/AnimalCareSystem_war_exploded/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
<welcome-file-list>
<welcome-file>main.jsp</welcome-file>
</welcome-file-list>
</web-app>
16 changes: 16 additions & 0 deletions out/artifacts/AnimalCareSystem_war_exploded/index.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%--
Created by IntelliJ IDEA.
User: 진윤규
Date: 2022-08-31
Time: 오후 1:23
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>
18 changes: 18 additions & 0 deletions out/artifacts/AnimalCareSystem_war_exploded/main.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>

<!DOCTYPE HTML>
<html>
<head>
<meta CHARSET="UTF-8" >
<title>반려동물관리</title>
</head>
<body>
<div>
<ul>
<h1>반려동물정보관리</h1>
<li><a href="/servlet/animal/form">동물 등록</a></li>
<li><a href="/servlet/animal/info">동물 정보 조회</a></li>
</ul>
</div>
</body>
</html>
33 changes: 33 additions & 0 deletions out/artifacts/AnimalCareSystem_war_exploded/view/aniInfo.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>동물 정보 조회</title>
</head>
<body>
<h1>동물 정보</h1>
<table border="1">
<thead>
<th>이름</th>
<th>생년월일</th>
<th>종류</th>
<th>품종</th>
<th>주인이름</th>
<th>주인전화번호</th>
</thead>
<c:forEach var="item" items="${animals}">
<tr>
<td>${item.aniName}</td>
<td>${item.birth}</td>
<td>${item.type}</td>
<td>${item.kind}</td>
<td>${item.master}</td>
<td>${item.phone}</td>
</tr>
</c:forEach>
</table>
<a href="/main.jsp">메인</a>
</body>
</html>
Loading

0 comments on commit 72ef537

Please sign in to comment.