Files
hospital-web-system/hospital/src/main/webapp/index.jsp
mcutegs2 e2e4c47a15 1. DB 연결 관련 Dao, Vo 자바 파일 생성
2. Fcontroller에 해당 내용 추가 및 임포트
3. 출력 테스트를 위한 View 파일 추가
2020-06-15 19:22:45 +09:00

12 lines
268 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>병원 관리 시스템</title>
<jsp:forward page="/boardView.do"></jsp:forward>
</head>
</FORM>
</BODY>
</html>