私は新しい春のブートプロジェクトがあり、いくつかの依存関係が含まれています。最初の実行では、 'rest'と 'jpa'の依存関係は正常に動作していますが、2回目には大きなエラーが発生しています。春のブート依存関係のエラーが発生しました
dependencies {
compile('org.springframework.boot:spring-boot-starter-cache')
compile("org.springframework.boot:spring-boot-starter-data-rest")
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-hateoas')
compile('org.springframework.boot:spring-boot-starter-mail')
compile('org.springframework.boot:spring-boot-starter-remote-shell')
compile('org.springframework.boot:spring-boot-starter-social-facebook')
compile('org.springframework.boot:spring-boot-starter-social-twitter')
compile('org.springframework.boot:spring-boot-starter-web')
runtime('mysql:mysql-connector-java')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
それが次のエラーメッセージ(ここではそれを貼り付けるには余りにも大きかった): error msg
私は、このスタックから重要なエラーメッセージIntelijのIDEAに2016年1月1日