[Spring Boot#환경설정] 4. JPA 설정
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..
Spring Boot/환경설정
2021. 11. 23. 20:14
[Spring Boot#환경설정] 1. H2 데이터베이스 설치
목차 1. H2 데이터베이스 설치 2. h2 console 실행 1. H2 데이터베이스 설치 1) 접속 : https://h2database.com/html/main.html 2) 다운로드 : os 환경에 맞춰 다운로드(window) 3) 압축풀기 및 설치파일 실행 4) 설치경로 설정 2. h2 console 실행 1) 데이터베이스 생성 최초에는 not found 오류 발생 다음과 같이 설정해서 데이터베이스 생성 2) 접속 출처 https://www.inflearn.com/course/스프링부트-JPA-활용-1 실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발(김영한)
Spring Boot/환경설정
2021. 11. 23. 11:37
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 계층형 아키텍처
- 트랜잭셔널 아웃박스 패턴
- Stream
- clean code
- Git
- HTTP 헤더
- Ubiquitous Language
- 이벤트 스토밍
- java8
- Spring Data JPA
- 클린코드
- spring rest docs
- http
- 스프링 카프카 컨슈머
- H2
- MySQL
- named query
- 육각형 아키텍처
- mockito
- kafka
- 스프링 예외 추상화
- 도메인 모델링
- JPA
- 폴링 발행기 패턴
- 학습 테스트
- Spring Boot
- Spring
- 마이크로서비스 패턴
- TDD
- ATDD
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함