1. DB 연동 관련 Driver 추가
2. DB 연동 후 데이터 출력 test 파일 제작
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
<table class="table table-dark">
|
||||
<tr>
|
||||
<th>작성자</th>
|
||||
<td>${board.writer}</td>
|
||||
<td>${print.writer}</td>
|
||||
<th>작성일자</th>
|
||||
<td>${board.wDate}</td>
|
||||
<td>${print.u_ID}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>제목</th>
|
||||
|
||||
Reference in New Issue
Block a user