Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

개발자되기 프로젝트

[WebPage] 상품서비스 HTML 본문

인프런/[인프런] 스프링 MVC 1

[WebPage] 상품서비스 HTML

Seung__ 2021. 9. 17. 00:02

1. BootStrap


  • BootStrap을 다운받고
  • bootstrap.min.css을 복사하여 resources/static/css/bootstrap.min.css 에 넣어줌.

 

2. HTML


  • HTML 추가 -> GItHub참조
  • addForm.html
  • editForm.html
  • item.html
  • items.html

 

3. 주의


  • /resources/static 폴더에 HTML을 넣어두면 해당 Resource는 오픈된다.
  • 따라서 공개할 필요가 없는 HTML을 두는 것은 주의가 필요하다.

 

 

4. GItHub : 210916 HTML


 

GitHub - bsh6463/MVC3

Contribute to bsh6463/MVC3 development by creating an account on GitHub.

github.com

 

Comments