json ์ผ๋ก ๊ฐ์ ๋ฐ์ผ๋ฉด ํค์ ๊ฐ ์ ๋งคํํด์ ์ด๋ฉ์ผ์ ์ ์กํ๋ ๊ธฐ๋ฅ์ ๊ฐ๋ฐํ๊ณ ์์๋๋ฐ ํค๋ฅผ ๊ณ์ ๋ชป์ฐพ๋๊ฒ ์ด์ํด์ ํ์ธํด๋ณด๋ null ๊ฐ์ ๊ฐ์ง ํ๋๋ ์ ์ธํ๊ณ ์ง๋ ฌํ๋ฅผ ํ๊ณ ์์๋ค. https://github.com/google/gson/blob/main/UserGuide.md#null-object-support ๊ธฐ๋ณธ์ ์ผ๋ก Gson ์ null ๊ฐ์ ๊ฐ์ง ํ๋๋ฅผ ์ ์ธํ๊ณ ์ง๋ ฌํ ํ๊ณ ์์ด์,, serializeNulls() ๋ฅผ ํธ์ถํ์ฌ null ๊ฐ์ ํฌํจํ๋ Gson ์ธ์คํด์ค๋ฅผ ์์ฑํด์ผ ํ๋ค. Gson gson = new GsonBuilder().serializeNulls().create(); String json = gson.toJson(exampleObject); ์ ๊ธฐ๋ณธ๊ฐ์ด null ๊ฐ์ ์ ..
์๋ฌ๋ชจ์
ํ ๋ด ์๊ฐ.... No property xxxx found for type xxx ๊ธฐ์กด์ ์๋ repository ์์ ์ถ๊ฐ์ ์ผ๋ก querydsl ์ ์ฌ์ฉํ๋ ค๊ณ custom interface ์ impl class ๋ฅผ ์์ฑํ๋ค ๊ณ์ํด์ ์คํ๋ง์ด ๋น์ ๋ชป์ฐพ์์ ๊ตฌ๊ธ๋ง ํด๋ณด๊ณ ๋ฉ์๋ ์ด๋ฆ๋ ๋ฐ๊พธ๋ฉฐ ์ฌ๋ฌ๊ฐ์ง ์๋ํ๋ค๊ฐ ๋ค์ ๋ธ๋ก๊ทธ๊ธ์ ๋ฐ๊ฒฌํ๋ค. https://www.skyer9.pe.kr/wordpress/?p=6507 QueryDSL No property ๋ฉ์๋๋ช
found for type ์ํฐํฐ๋ช
! – ์๊ตฌ๋ฆฌ์ ๊ธฐ์ ๋ธ๋ก๊ทธ QueryDSL No property ๋ฉ์๋๋ช
found for type ์ํฐํฐ๋ช
! ํด๋์ค๋ช
xxxRepository xxxRepositoryCustom xxxRepositoryImp..
๊นํ๋ธ์ ์ต์ํ์ง ์์์ ์๊พธ ๋ญ๊ฐ ํ์ด์ง๋์ง non-fast-forward ์ค๋ฅ๊ฐ ์์ฃผ ๋ฌ๋ค..... ใ
ใ
ใ
ใ
์ผใ
์ผ์์ผใ
ใ
Advanced...๋ฅผ ๋๋ฌ์ ๊ธฐ์กด์ ์๋๊ฑฐ ํด์งํต ๋๋ฌ์ ์ญ์ ํด์ค๋ค์์ Source ref์ master๋ก ์ถ๊ฐํด์ค๋ค. ๋ง์ง๋ง์ผ๋ก Marge์์ผ์ฃผ๊ณ Push!
Tomcat error) java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens https ์์ฒญ์ ์๋ํ๋ ค๊ณ ํ ๋ ๋ฐ์ํ ์ ์๋ ์๋ฌ์ด๋ค. ํฐ์บฃ ์ชฝ์์ https์ค์ ์ ํด์ฃผ์ง ์์๋๋ฐ https๋ก ์์ฒญํ๊ธฐ ๋๋ฌธ์ ๋ฐ์ํ ์ ์๋ ์๋ฌ์ด๋ค. ํด๊ฒฐ ๋ฐฉ๋ฒ 1. url์ http๋ก ๋ฐ๊พธ๋ฉด ํด๊ฒฐ๋๋ค. 2. ์๋ฒ ํฌํธ๋ฅผ ๋ฐ๊ฟ ๋ณธ๋ค. 3. ํ๋ก์ธ์ค๋ฅผ ์ฐพ์์ ์ข
๋ฃ์ํจ๋ค.