You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not create service of type CrossBuildFileHashCache using BuildSessionServices.createCrossBuildFileHashCache().
Failed to create parent directory 'C:\Users\mvc.gradle' when creating directory 'C:\Users\mvc.gradle\6.9.1\fileHashes'
Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Exception is:
org.gradle.initialization.exception.InitializationException: Gradle could not start your build
Caused by: org.gradle.internal.service.ServiceCreationException: Could not create service of type CrossBuildFileHashCache using BuildSessionServices.createCrossBuildFileHashCache()
Caused by: org.gradle.api.UncheckedIOException: Failed to create parent directory 'C:\Users\mvc.gradle' when creating directory 'C:\Users\mvc.gradle\6.9.1\fileHashes'
gradle빌드에러가 자꾸나서 spring 강의 시작을 못하고 있습니다.ㅠㅠ
자바11 이고 spring initializr 버전도 낮춰보고 했는데도 안되네요 해결방법 알려주시면 감사드리겠습니다
The text was updated successfully, but these errors were encountered:
Ch9. Swagger에서 build.gradle 에 implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0'
넣고 그레이들을 다시 리로드하고 나서 스프링부트를 실행하면 다음과 같은 에러가 표시됩니다.
org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
전혀 진도가 나가지 않고 있습니다. 결국 구글에서 검색하여 알아낸 봐..
application.proerties 파일에 spring.mvc.pathmatch.matching-strategy=ant_path_matcher 설정을 추가해야 정상 작동합니다.
Gradle could not start your build.
Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Exception is:
org.gradle.initialization.exception.InitializationException: Gradle could not start your build
Caused by: org.gradle.internal.service.ServiceCreationException: Could not create service of type CrossBuildFileHashCache using BuildSessionServices.createCrossBuildFileHashCache()
Caused by: org.gradle.api.UncheckedIOException: Failed to create parent directory 'C:\Users\mvc.gradle' when creating directory 'C:\Users\mvc.gradle\6.9.1\fileHashes'
gradle빌드에러가 자꾸나서 spring 강의 시작을 못하고 있습니다.ㅠㅠ
자바11 이고 spring initializr 버전도 낮춰보고 했는데도 안되네요 해결방법 알려주시면 감사드리겠습니다
The text was updated successfully, but these errors were encountered: