0. 프로젝트 구조 1. SupplementsRepository.java 인터페이스로 변경 package mandykr.nutrient.repository; import mandykr.nutrient.entity.Supplements; import org.springframework.data.jpa.repository.JpaRepository; public interface SupplementsRepository extends JpaRepository { } 2. 테스트 코드 수정 package mandykr.nutrient; import mandykr.nutrient.entity.Supplements; import mandykr.nutrient.repository.SupplementsRepository..
0. 프로젝트 구조 1. build.gradle > dependencies 참고 : https://github.com/gavlyukovskiy/spring-boot-data-source-decorator // jpa binding parameter log 확인 implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.7.1") 2. application.yml server: port: 8088 spring: datasource: url: jdbc:h2:tcp://localhost/~/nutrient username: sa password: driver-class-name: org.h2.Driver jpa: hibernate: ddl-aut..
1. Thymeleaf 설정 (view) resources/static : 템플릿 엔진이 포함되지 않은 html 리소스 파일 resources/templates : thymeleaf 파일 1) hello.html 영양분 2) HelloController.java package mandykr.nutrient.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; @Controller public class HelloController { @GetMapping("hello") publ..
1. java 11 설치 1) JDK 설치 https://www.oracle.com/java/technologies/downloads/#java11-windows window 64 installer 2) 환경변수 설정 (1) 시스템 변수 > JAVA_HOME (2) 시스템 변수 > CLASSPATH (3) 시스템 변수 > Path 2. 프로젝트 설정 및 dependency 추가 1) spring boot initializr 접속 : https://start.spring.io/ 2) 설정 및 dependency 추가 build : gradle dependency - spring web - thymeleaf - spring data jpa - h2 database - lombok - spring securi..
- Total
- Today
- Yesterday
- Stream
- mockito
- 폴링 발행기 패턴
- 육각형 아키텍처
- 트랜잭셔널 아웃박스 패턴
- http
- 스프링 예외 추상화
- 클린코드
- JPA
- ATDD
- Spring
- 도메인 모델링
- Spring Boot
- MySQL
- kafka
- Spring Data JPA
- 마이크로서비스 패턴
- H2
- spring rest docs
- HTTP 헤더
- TDD
- 계층형 아키텍처
- Ubiquitous Language
- named query
- Git
- clean code
- 학습 테스트
- 이벤트 스토밍
- 스프링 카프카 컨슈머
- java8
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |