본문 바로가기 메뉴 바로가기

Programming makes everything

프로필사진
  • Git Blog
  • GitHub
  • LinkedIn
  • Facebook
  • Instagram
  • Email

Programming makes everything

검색하기 폼
  • All Categories
    • Architecture
      • Front-End
      • Back-End
      • Design Pattern
    • Computer Language
      • Scala
      • Kotlin
      • Python
      • Java
    • Data Engineering
      • Spark
      • HQL
      • Airflow
    • Development Tools
      • IntelliJ
      • GitHub
  • 방명록

[Trouble Shooting] Main class name has not been configured and it could not be resolved

Trouble Shooting This error happens on bootJar job. Execution failed for task ':bootJar'. > Main class name has not been configured and it could not be resolvedThis is because there is no main class in DAO package. (in My case) In my case, just add one line in dao/build.gradle, and fixed. bootJar.enabled = falseBut, if there is exist main class, just set main class in build.gradle like b..

Architecture/Back-End 2019. 9. 13. 21:05
[TroubleShooting] Deprecated Gradle features

Trouble Shooting history When I run gradle, I got below message. $ Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.So, first I put --warning-mode=all to gradle command like below. $ ./gradlew clean build --warning-mode=allAnd I find DefaultSourceDirectorySet class's constructor has been deprecated (below detail message) Configure project : The Defau..

Architecture/Back-End 2019. 8. 26. 18:06
이전 1 다음
이전 다음
TAG
  • spring boot
  • NPE
  • Kotlin 1.3
  • Gradle
  • IntelliJ
  • kotlin
  • NullPointerException
  • Java
  • Ultimate Edition
  • idea
more
Recent Post
Follow
  • Blog
  • Github
  • LinkedIn

Blog is powered by Tistory / Designed by Tistory / Management Page

티스토리툴바