기록/스프링 부트 와 JPA 활용 2021. 1. 24. 22:52
View 환경 설정 thymeleaf 템플릿 엔진 공식 사이트: https://www.thymeleaf.org/ 스프링 공식 튜토리얼: https://spring.io/guides/gs/serving-web-content/ 스프링부트 메뉴얼: https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html/ boot-features-developing-web-applications.html#boot-features-spring-mvc-template- engines 스프링 부트 thymeleaf viewName 매핑 스프링 부트가 매핑을 알아서 해줌 resources:templates/ + {viewName} + .html @GetMapping(..
기록/스프링 부트 와 JPA 활용 2021. 1. 24. 22:52
View 환경 설정 thymeleaf 템플릿 엔진 공식 사이트: https://www.thymeleaf.org/ 스프링 공식 튜토리얼: https://spring.io/guides/gs/serving-web-content/ 스프링부트 메뉴얼: https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html/ boot-features-developing-web-applications.html#boot-features-spring-mvc-template- engines 스프링 부트 thymeleaf viewName 매핑 스프링 부트가 매핑을 알아서 해줌 resources:templates/ + {viewName} + .html @GetMapping(..