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
- Setter
- 로그인
- Vue.js
- javascript
- cache
- 프로토타입
- Spring
- JPA
- vue-cli
- Repository
- DB
- thymeleaf
- BEAN
- 캐시
- HTTP 메서드
- Stateless
- vuex
- Singleton
- Java
- js
- 싱글톤
- Excel
- Kotlin
- dependency injection
- 라이프 사이클
- VUE
- di
- 의존성 주입
- HTTP
- Security
Archives
- Today
- Total
목록경로 설정 (1)
jhhan의 블로그

오랜만에 블로그 작성을 해봅니다. 이번에는 Spring Boot 설정 시 template 부분을 읽어오는 방법을 알아보겠습니다. 사실 이 부분은 크게 신경을 쓰지 않았습니다. 설정하지 않아도 잘 되길래 원래 그런가보다 한거죠. 근데 프로젝트를 단순하게 설정하면 그렇지 않더군요. 자세히 알아보겠습니다. spring boot 프로젝트를 하나 만듭니다.(과정 생략) 그리고 그 결과 build.gradle 파일은 다음과 같다고 하겠습니다. dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' developmentOnly 'org.springframework.boot:spring-boot-devtools' testImple..
Spring
2022. 6. 2. 20:00