소개
게시글
질문&답변
2022.12.06
DB 테이블을 직접 생성하지 않는것 같은데???
안녕하세요. 도움이 되실까 해서 답변남깁니다.몇 강 어디에서 의문이 드셨는지는 모르겠으나 테이블 같은 경우는 JPA의 ddl-auto 설정 값을 true 로 줘서 자동생성하는 것으로 알고 있어요!
- 1
- 2
- 611
질문&답변
2021.12.16
로그아웃 시 쿠키 생성 관련 질의
아하! 완벽하게 이해했습니다! 감사해요!
- 3
- 2
- 337
질문&답변
2021.12.16
강의 관련 질문이 있습니다.
2를 테스트해봤는데요!1) Cookie의 name 속성이 같을 경우 response - header 에는 추가한 순서대로 쿠키의 값들이 전송됩니다. 다만 application 탭에서 확인했을 땐 가장 마지막에 추가한 쿠키만 남아있었습니다!=> 마지막 쿠키만 저장된다2) 쿠키의 name 속성이 다를 경우(완전히 다른 쿠키) response - header에 다른 쿠키값이 저장되고 apllication 에도 다른 쿠키 값이 기록된다.
- 1
- 2
- 1K
질문&답변
2021.11.27
querydsl 설정관련 질문드립니다.
//querydsl 추가def querydslDir = 'src/main/generated'//def querydslDir = "$buildDir/generated/querydsl"querydsl { library = "com.querydsl:querydsl-apt" jpa = true querydslSourcesDir = querydslDir}sourceSets { main { java { srcDirs = ['src/main/java', querydslDir] } }}compileQuerydsl{ options.annotationProcessorPath = configurations.querydsl}configurations { querydsl.extendsFrom compileClasspath}
- 1
- 10
- 15K
고민있어요
2021.11.12 09:02
Can not find symbol 에러
- 1
- 1
- 194