반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Java
- JavaScript
- List에 객체 같은 값
- Heap
- Statement
- 스프링부트로그
- Servlet
- JSP
- 코딩
- MVC
- 오라클
- Stack
- scanner
- 국비학원
- 서블릿
- 스프링
- Thymeleaf
- JDBC
- 객체 주소
- preparedstatement
- CachingOperationNameGenerator
- Session
- Spring
- 자바스크립트
- 스프링로그
- SpringBoot
- 자바
- 타임리프
- db
- 비전공
Archives
- Today
- Total
목록ViewResolver (1)
sin prisa pero sin pausa
[Spring Boot] Thymeleaf dependency & View Resolver 추가
1. build.gradle - thymeleaf dependency 추가 implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation group: 'nz.net.ultraq.thymeleaf', name: 'thymeleaf-layout-dialect', version: '2.4.1' 2. ThymeleafViewResolverConfig 추가 package c..
비전공 거북이 표류기
2022. 9. 7. 16:57