๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
  • A space that records me :)

build3

[Spring boot] warning: unknown enum constant When.MAYBE ๋”๋ณด๊ธฐ ํ™˜๊ฒฝ spring boot v3 gradle java 17 ๐Ÿšซ ํ˜„์ƒ ์–ด๋Š๋‚  ๋ถ€ํ„ฐ ๋นŒ๋“œํ• ๋•Œ ์•„๋ž˜ ๊ฒฝ๊ณ  ๋ฉ”์‹œ์ง€๊ฐ€ ๊ณ„์† ์˜ฌ๋ผ์™”๋‹ค.. ์—๋Ÿฌ๋Š” ์•„๋‹ˆ์ง€๋งŒ ๋งค์šฐ ๊ฑฐ์Šฌ๋ฆฐ๋‹ค. warning: unknown enum constant When.MAYBE reason: class file for javax.annotation.meta.When not found โœ๏ธ ์›์ธ @Nullable ์–ด๋…ธํ…Œ์ด์…˜์„ ์‚ฌ์šฉํ•˜๋ฉด์„œ ๋ฐœ์ƒํ•˜๋Š” ๋ฌธ์ œ๋กœ ์ด ๊ฒฝ๊ณ ๋Š” javax.annotation.meta.When ํ”„๋กœ์ ํŠธ ๋Ÿฐํƒ€์ž„์—์„œ ์—ด๊ฑฐํ˜•์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†๊ธฐ ๋•Œ๋ฌธ์— ๋ฐœ์ƒํ•œ๋‹ค๊ณ  ํ•œ๋‹ค. ๐Ÿ› ๏ธ ํ•ด๊ฒฐ ๋ฐฉ์•ˆ ์ด๋ฅผ ์ˆ˜์ •ํ•˜๋ ค๋ฉด Google์˜ JSR305๋ฅผ ์ถ”๊ฐ€ํ•˜๋ฉด ๋œ๋‹ค. build.gradle์— ์˜์กด์„ฑ ์ถ”๊ฐ€ dependencies { implementation.. 2023. 10. 13.
[Spring boot] Generating equals/hashCode implementation but without a call to superclass โ„น๏ธ Development Environment Spring boot v3.0.1 Gradle v7.6 Java v17 Lombok ๐Ÿšซ ํ˜„์ƒ Spring boot gradle build์‹œ ์•„๋ž˜ warning์„ ๋งค ํ”„๋กœ์ ํŠธ๋งˆ๋‹ค ์ž์ฃผ ๋งŒ๋‚œ๋‹ค. warning์ด๊ธฐ์— ๋นŒ๋“œ์‹œ ๋ฌธ์ œ๋Š” ์—†์ง€๋งŒ, ํ•ด์†Œํ•ด์ฃผ๋Š” ๊ฒƒ์ด ์ข‹๋‹ค. ๊ณ„์† ๊นŒ๋จน๊ธฐ ๋•Œ๋ฌธ์— ๊ธฐ๋กํ•œ๋‹ค.. warning: Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' t.. 2023. 9. 26.
[Android Build failed] Keystore file ... not found for signing config 'debug'. (MAC) ๋”๋ณด๊ธฐ ํ™˜๊ฒฝ mac react native android yarn build ๐Ÿšซ ์—๋Ÿฌ ๋ฐœ์ƒ ์ƒํ™ฉ React-native Android ๋นŒ๋“œ Failed Keystore file '.../ํŒŒ์ผ๋ช….keystore' not found for signing config 'debug'. BUILD FAILED in 22s error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8.. 2023. 9. 7.