[Springboot] log ์ ์ฉ ์ log symbol: variable log ์๋ฌ
2022. 3. 4. 20:22ใBackend/๐ฟ Spring
์ํฉ
@Slf4j ๋ก๊ทธ ์ ์ฉ์ log symbol: variable log ์๋ฌ ๋ฐ์
์์ธ๊ณผ ํด๊ฒฐ
annotation processing ๊ด๋ จ ๋ฌธ์ ๋ก ์ถ์ . ์ด๋ ธํ ์ด์ ์ ์ฒ๋ฆฌ๊ฐ ํ์ํ๋ค๋ ์๋ฏธ์ด๋ฏ๋ก builde.gradle ์ dependencies ์ ์๋์ ์ฝ๋๋ฅผ ์ถ๊ฐํด์ค๋ค.
dependencies {
...
annotationProcessor 'org.projectlombok:lombok:1.18.12'
...
}
'Backend > ๐ฟ Spring' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[JUnit5] java.lang.IllegalStateException: Failed to load ApplicationContext (0) | 2022.04.08 |
---|---|
[Springboot] java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. (0) | 2022.03.05 |
์ปดํฌ๋ํธ ์ค์บ (0) | 2022.02.07 |
์ฑ๊ธํค ์ปจํ ์ด๋ (0) | 2022.02.06 |
์คํ๋ง ์ปจํ ์ด๋์ ์คํ๋ง ๋น (0) | 2022.02.04 |