inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

SeongBaek CHO님의 게시글

SeongBaek CHO SeongBaek CHO

@skidrow08020712

수강평 작성수
11
평균평점
4.6

게시글 8

질문&답변

H2 버전 1.4 이상 사용하시는 분들

H2 최신버전 사용하시는분들(전 2.1 이네용) application.properties 에서 spring.datasource.url=jdbc:h2:mem:testdb;MODE=LEGACY 추가로 넣어주세용~

좋아요수
2
댓글수
2
조회수
585

질문&답변

AOP SpringConfig @Bean으로 등록시 에러

plugins { id 'org.springframework.boot' version '2.3.3.RELEASE' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } group = 'hello' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-aop' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' runtimeOnly 'com.h2database:h2' compileOnly("org.springframework.boot:spring-boot-devtools") testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } } test { useJUnitPlatform() }

좋아요수
0
댓글수
7
조회수
1020

질문&답변

엔티티 설계시 주의점(불ㅡ편사항)

좋은 강의 만들어주셔서 감사합니다! ㅎㅎ 배민으로 점심 사먹어야겠네요 ㅎㅎ

좋아요수
0
댓글수
3
조회수
283