📒 BackEnd/📝 spring
[spring] build.gradle 의존성 관리 compile, runtime
gradle 7 버전 이상부터는 compile, runtime 사용 불가 compile 는 implementation으로 runtime 은 runtimOnly로 대체 * 참고 https://github.com/jwtk/jjwt/pull/664 Update installation in gradle 7+ by wkdalsgh192 · Pull Request #664 · jwtk/jjwt The compile and runtime dependency has been deprecated and finally not supported from Gradle 7+. So, I updated the installation part in readme.md for the users with the latest versio..