๐ปProgramming/Error
-
[Error - SpringBoot] mustache ํ๊ธ ๊นจ์ง ํ์๐ปProgramming/Error 2023. 10. 3. 21:26
๐ ์ค๋ฅ ๋ฐ์ ์ํฉ mustache์ ํ๊ธ์ ์จ๋๊ณ , ํ ์คํธ ์ฝ๋๋ฅผ ๋๋ ธ๋๋ฐ assertThat ๋ฉ์๋์์ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋ค. ์คํ๋ง ๋ถํธ๋ก ์์ํ๋ ์น ์๋น์ค ์ด๋ฐ ์ฝ๋์๋๋ฐ package com.sujin.book.springboot.web; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.web.client.TestRestTemplate; import org.spri..
-
[Error - JPA] Cannot resolve symbol 'persistence'๐ปProgramming/Error 2023. 9. 25. 11:01
๐ ์ค๋ฅ ๋ฐ์ ์ํฉ build.gradle์ JPA๊ด๋ จ ์ฝ๋๋ฅผ ์ถ๊ฐํด์ฃผ๊ณ , ๋ถ๋ช ์์กด์ฑ์ด ์ ์ถ๊ฐ๋ ๊ฒ๋ ํ์ธํ์๋๋ฐ, import javax.persistence.Column; ์์ ์ฝ๋์์ ์๊พธ Cannot resolve symbol 'persistence' ์ ๊ฐ์ ์ค๋ฅ๊ฐ ๋ฌ๋ค. ๐ ํด๊ฒฐ ๋ฐฉ๋ฒ spring boot3์๋ Jakarta EE 9์ด ํฌํจ๋จ์ ๋ฐ๋ผ javax ๊ด๋ จ ํจํค์ง๋ช ์ด javax์์ jakarta๋ก ๋ณ๊ฒฝ๋์๋ค๊ณ ํ๋ค.-์ฐธ๊ณ (https://thenicesj.tistory.com/391) ๋ฐ๋ผ์ import jakarta.persistence.Column; ์์๊ฐ์ด ์ฝ๋๋ฅผ ๋ฐ๊ฟ์ฃผ๋ฉด ์ค๋ฅ๊ฐ ๋์ง ์๋ ๊ฒ์ ํ์ธํ ์ ์๋ค. ์ฑ (= ์คํ๋ง๋ถํธ์ AWS๋ก ํผ์ ๊ตฌํํ๋ ์น ์๋น์ค)์ ๋ฐ๋ผํ๋ฉฐ..
-
[Error - Git Bash] You have not agreed to the Xcode and Apple SDKs license. You must agree to the license below in order to use Xcode.๐ปProgramming/Error 2023. 9. 20. 22:51
์ค๋ฅ ๋ฐ์ ์ํฉ ์คํฐ๋๋ฅผ ์ํ ๋ฆฌํฌ๋ฅผ ํ์ผ์ ํด๋ก ํ๋ ค๋๋ฐ ๊ฐ์๊ธฐ ์ด๋ฐ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋ค. ์ฐพ์๋ณด๋ macOS์์ ๊ฐ๋ฐ์ ํ ๋ XCode์ Apple SDKs(์ํํธ์จ์ด ๊ฐ๋ฐ ํคํธ)์ ๋ผ์ด์ ์ค์ ๋์ํด์ผํ๋๋ฐ, ์๋ ์ฒ์ ๊น ๋ฆฌํฌ์งํ ๋ฆฌ ๋ก์ปฌ์ ํด๋ก ํด๋ณธ๊ฒ๋ ์๋๋ฐ ๊ฐ์๊ธฐ ์ด๋ฐ ๋ฌธ๊ตฌ๊ฐ ๋ ์ ๋นํฉ์ค๋ฌ์ ๋ค. (๋ถ๋ช ๋ฉฐ์น ์ ์๋ ํด๋ก ๋ฐ์.) ์ฐพ์๋ณด๋ XCode์ ์ ๋ฐ์ดํธ ํ์ ๋ฐ์ํ๋ ์๋ฌ๋ผ๊ณ ํ๋ค. ํ์ ์ํฐ๋ฅผ ๋๋ ๋๋ ์ฌ๋ฌ ๋ผ์ด์ผ์ค์ ๋ด์ฉ์ด ๋์ค๊ณ ์๋์ ํ๋ฉด์ด ๋์๋ค. ํด๊ฒฐ ๋ฐฉ๋ฒ sudo xcodebuild -license ์์ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด์ค๋ค. ๊ทธ๋ผ ๋ ์ซ๋ฅด๋ฅด ๋ผ์ด์ผ์ค ๋ด์ฉ์ด ๋ฌ๋ค. By typing 'agree' you are agreeing to the terms of the software licen..