Spring4 [SpringBoot] 스프링부트 톰캣 포트 변경하는 법 1. SpringBoot 프로젝트의 resources안에 존재하는 application.properties를 찾기 2. server.prot = "번호" 로 새로운 포트번호를 정해준다 2021. 10. 19. [Spring][링크] tiles이란? sjh836.tistory.com/133 apache tiles (jsp include와 차이, Composite View 패턴, spring과 연동 설정, 예제) 참조문서 https://www.javatpoint.com/spring-mvc-tiles-example https://tiles.apache.org 1. tiles 란? 타일즈는 웹 페이지의 상단이나 하단 메뉴와 같이 반복적으로 사용되는 부분들에 대한 코드를 분리해서 예.. sjh836.tistory.com 2021. 1. 18. [Spring][MVN][링크] Spring test란? www.incodom.kr/spring/Spring_Test 2021. 1. 18. [Spring] ViewResolver(뷰 합성기) 출처: 16.5 Views and resolving them (spring.io) 16.5 Views and resolving them All MVC frameworks for web applications provide a way to address views. Spring provides view resolvers, which enable you to render models in a browser without tying you to a specific view technology. Out of the box, Spring enables you to use JSPs, Velocity docs.spring.io 내가 이해 한것 MVC프레임워크는 View를 해결하는 방법을 제공하는데 ViewResolv.. 2020. 12. 10. 이전 1 다음