
상황 : thymeleaf로 개발 중 html파일과 css파일을 분리한 후 발생한 에러 html 파일에 css를 넣으니 html 파일이 너무 길어졌다. 그래서 css파일을 분리했다. 공통적으로 resources 폴더 밑에 존재하고 html 파일은 templates 폴더 밑에, css 파일은 static/css/ 폴더 밑에 위치하는 구조이다.그래서 html 파일에서 css 파일을 읽어올 수 있도록 하기 위해 다음과 같이 설정 해주었다.근데 서버를 실행하면 html 파일은 인식해도 css 파일은 인식을 못했다. 👉 수정 전 코드 👉 수정 후 코드 원인 : css 파일의 경로 문제였다. spring boot는 정적 리소스 파일(css, js, 이미지)을 제공할 때 static, public, resourc..

상황 : spring 프로젝트 시에 thymeleaf로 화면을 구성하고 서버를 올렸다. 그리고 localhost:8080/{내 html 파일 이름}.html을 하니 whitelabel error page를 마주하게 되었다. 해결일단 확인할 것은 다음과 같다. build.gradleimplementation 'org.springframework.boot:spring-boot-starter-thymeleaf'implementation 'org.springframework.boot:spring-boot-starter-web' applicaton.yml# Thymeleaf 설정spring: thymeleaf: prefix: classpath:/templates/ suffix: .h..
- Total
- Today
- Yesterday
- 생성자
- 자바
- 이진탐색
- @ConfigurationProperties
- Spring
- @Spring
- 티스토리챌린지
- null
- 동등성
- upperBound
- 일급컬렉션
- N+1문제
- 오블완
- id생성전략
- Optional
- checkedException
- @NoArgsConstructor
- 메인메소드
- lowerBound
- ddl-auto
- 유효성 검사
- StreamAPI
- uncheckedException
- springboot
- Java
- NPE
- Thymeleaf
- JPA
- 백준
- @Value
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |