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 |
Tags
- Nextjs
- FastAPI
- Expo
- spring
- 일의격
- Delphi
- WSLHostPatcher
- vmmem
- stepzen
- edgestore
- wsl2
- Book
- kidznote
- superbase
- java
- svelte
- react
- TypeScript
- docker
- vercel
- reactnative
- springboot
- shadcn-ui
- dokerfile
- oraclecloude
- flyio
- beautifullsoup
- AWS
- Markdown
- tessrect
Archives
- Today
- Total
목록H2 (1)
Blog
[TIL] 2023-07-13 IntelliJ cannot find symbol, h2 모드, GCP 방화벽
2023-07-13 IntelliJ cannot find symbol intelliJ > File > Settings > Build, Execution, Deployment > Gradle Build and run using Run tests using 설정을 Gradle or IntelliJ IDEA 할 수 있는데, 빌드 및 런 속도 때문에 IntelliJ IDEA 설정하고 사용한다. 추후 배포 시 Gradle 로 변경하여 전체 빌드를 수행하는데 에러가 발생하는데, Getter, Setter 문제로 확인된다 따라가다 보면 lombok 관련 디펜던시 오류로 보이는데, 이것저것 찾아본 결과 build.gradle 의 디펜던시 내 annotationProcessor 를 설정해줘야한다. 나는 아래와 같이 설정..
Today I Learned
2023. 7. 14. 09:37