Execution failed for task ':compileJava'.
TIL/Java2024. 7. 29. 15:05
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.mybatis.spring.boot:mybatis-spring-boot-starter:.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
build.gradle이나 pom.xml 의 종속성 오류
Gradle Could not resolve org.springframework.boot:spring-boot-gradle-plugin:1.4.2.RELEASE (repo1.maven.org: Nome o servizio scon
I have a problem running a gradle build on Jenkins: Gradle version is https://services.gradle.org/distributions/gradle-2.14.1-bin.zip FAILURE: Build failed with an exception. * What went wrong: A
stackoverflow.com
'TIL > Java' 카테고리의 다른 글
프로파일별로 다른 파일이 실행되도록 세팅하기 (0) | 2024.08.02 |
---|---|
[SpringBoot] *.properties 내 값 enum 클래스로 받아 관리하기 (0) | 2024.07.26 |
javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication (feat.JMX의 역할) (0) | 2024.07.23 |