| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
- Python
- 문서
- Eclipse
- spring
- MySQL
- Docker
- JDBC
- myBatis
- AJAX
- Tomcat
- Open Source
- Source
- ubuntu
- PostgreSQL
- SpringBoot
- error
- 설정
- oracle
- STS
- IntelliJ
- 오픈소스
- Exception
- Core Java
- Spring Boot
- jpa
- maven
- JavaScript
- git
- MSSQL
- Thymeleaf
- Today
- Total
목록Thymeleaf (12)
헤르메스 LIFE
다음과 같은 WARN 도 발생되었습니다. 내용은 " layout:fragment/data-layout-fragment 속성을 header.html 이렇게 개발되어 있던 Source 였습니다. 아래와 같이 변경합니다. basic.html header.html 파일은 삭제했습니다. header.html 파일의 아래 구문도 삭제합니다. 이 구문은 아래의 Source와 매칭될 내용이 였습니다. 리스트 페이지 ... 생략... 이 내용은 아래와 같이 변경됩니다. ... 생략 ... 오류의 내용을 번역한 바를 다시 확인 해 보겠습니다. " layout:fragment/data-layout-fragment 속성을 basic.html 영역에 이 추가된 내용이 확인 되실겁니다. "자동으로 복사된다" 라는 의미로 생각됩니다.
Thymeleaf 화면에서 아래와 같은 WARN 이 발생되었습니다. " 'layout/basic' 라는 표현식이 Thymeleaf 3 표현식에 맞지 않는다. 이전 버전과의 호환성을 위해 ~{...} 로 변경해라"라는 내용으로 보여집니다. 친절하게 이슈를 처리할 수 있는 issues 페이지 링크를 보여주기까지 하는군요. WARN 23-06-17 23:04:010[http-nio-9999-exec-1] [1;35m[▶ nz.net.ultraq.thymeleaf.expressionprocessor.ExpressionProcessor.fromCache ◀][0;39m[318]: - Fragment expression "layout/basic" is being wrapped as a Thymeleaf 3 fr..
 [Spring Boot] 게시판 #4 - 게시판 + 댓글
      
      
        [Spring Boot] 게시판 #4 - 게시판 + 댓글
        게시판을 작성해보려 합니다. 조금씩 살을 붙여나가 보려고 합니다. 게시판 목록의 디자인 및 일부 소스는 도뎡님의 허락을 받아 사용했습니다. 도뎡님은 MyBatis를 사용했고, 저는 JPA를 사용했습니다. 소스를 비교해보시는 것도 좋을 것 같습니다. https://congsong.tistory.com/26 스프링 부트(Spring Boot) - 페이징(Paging) & 검색(Search) 처리하기 1/2 [Thymeleaf, MariaDB, IntelliJ, Gradle, MyBat 본 게시판 프로젝트는 단계별(step by step)로 진행되니, 이전 단계를 진행하시는 것을 권장드립니다. DBMS 툴은 DBeaver를 이용하며, DB는 MariaDB를 이용합니다. (MariaDB 설치하기) 화면 처리는 ..
 [Spring Boot] 게시판 #3 - 게시판 목록 + 페이징처리
      
      
        [Spring Boot] 게시판 #3 - 게시판 목록 + 페이징처리
        게시판을 작성해보려 합니다. 조금씩 살을 붙여나가 보려고 합니다. 게시판 목록의 디자인 및 일부 소스는 도뎡님의 허락을 받아 사용했습니다. https://congsong.tistory.com/26 스프링 부트(Spring Boot) - 페이징(Paging) & 검색(Search) 처리하기 1/2 [Thymeleaf, MariaDB, IntelliJ, Gradle, MyBat 본 게시판 프로젝트는 단계별(step by step)로 진행되니, 이전 단계를 진행하시는 것을 권장드립니다. DBMS 툴은 DBeaver를 이용하며, DB는 MariaDB를 이용합니다. (MariaDB 설치하기) 화면 처리는 HTML5 기반 congsong.tistory.com 개발환경 STS 4.17.2.RELEASE OpenJDK..
 [Spring Boot] 게시판 #1 - 개발환경
      
      
        [Spring Boot] 게시판 #1 - 개발환경
        게시판을 작성해보려 합니다. 조금씩 살을 붙여나가 보려고 합니다. 개발환경 STS 4.17.2.RELEASE OpenJDK Runtime Environment Zulu11.62+17-CA (build 11.0.18+10-LTS) Spring Boot 2.7.9 lombok devtools postgresql 14.1 Gladle Thymeleaf src/main/resources/templates 폴더 추가 생성 src/main/resources/static 폴더 추가 생성 index.html 인덱스 페이지 입니다. build.gradle plugins { id 'java' id 'org.springframework.boot' version '2.7.10' id 'io.spring.dependency-m..
 [WARN] Cannot find template location: classpath:/templates/
      
      
        [WARN] Cannot find template location: classpath:/templates/
        게시판을 작성해보려 합니다. 조금씩 살을 붙여나가 보려고 합니다. 개발환경 Spring Boot 2.7.9 lombok devtools postgresql Gladle Thymeleaf 아래와 같은 경고가 발생했습니다. 2023-04-12T23:16:10.277+09:00[0;39m [33m WARN[0;39m [35m19420[0;39m [2m---[0;39m [2m[ restartedMain][0;39m [36mion$DefaultTemplateResolverConfiguration[0;39m [2m:[0;39m Cannot find template location: classpath:/templates/ (please add some templates, check your T..
 [Spring Boot] 개발환경 구축 - Messages
      
      
        [Spring Boot] 개발환경 구축 - Messages
        개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.71 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.7.8 6. Thymeleaf 3.0.15 pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.7.8 simple.spring AppSpringBoot 0.0.1-SNAPSHOT AppSpringBoot Simple Spring Boot Project 11 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot..
 [Spring Boot] 개발환경 구축 - Hello Thymeleaf
      
      
        [Spring Boot] 개발환경 구축 - Hello Thymeleaf
        개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.71 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.7.8 6. Thymeleaf 3.0.15 pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.7.8 simple.spring SimpleSpringBoot 0.0.1-SNAPSHOT SimpleSpringBoot Simple Spring Boot Project 11 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot sprin..
 [Exception] Error resolving template [thymeleaf], template might not exist or might not be accessible by any of the configured Template Resolvers
      
      
        [Exception] Error resolving template [thymeleaf], template might not exist or might not be accessible by any of the configured Template Resolvers
        개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.7.8 9. Thymeleaf 3.0.15 2023-01-29 11:00:28.709 ERROR 19620 --- [nio-8081-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thyme..
 [Spring Boot] Spring Boot + Thymeleaf + Thymeleaf Layout Dialect
      
      
        [Spring Boot] Spring Boot + Thymeleaf + Thymeleaf Layout Dialect
        개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 6. Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 7. Spring Security : 5.6.1 8. lombok 9. Thymeleaf 3.0.14 Thymeleaf Layout Dialect 3.0.0 목표 Spring Boot 기반의 Thymeleaf 를 이용한 Layout Dialect 화면 개발 pom.xml 에 Thymeleaf Layout Dialect Dependency 추가합니다. org.springf..
