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

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
  • 방명록

[TroubleShooting] runApplication not found

I create new project with IntelliJ's spring initializer (link : https://start.spring.io/ ) And main function is automatically generate, but runApplication does not configured because below can't import. import org.springframework.boot.runApplication As a result, I upgrade spring boot version from 1.x.x to 2.0.4.RELEASE and problem resolved.

Architecture/Back-End 2019. 8. 27. 08:00
[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
[Kotlin] How to use Null safely

One of the most common errors in many programming languages, including Java, is that accessing a member without a reference value results in a null reference exception. In Java, this is equivalent to NullPointerException or NPE. Tony Hoare who applied NPE first time said. "I call it my billion-dollar mistake." Kotlin is basically developed to not allow nulls when defining variables, and even if ..

Computer Language/Kotlin 2019. 8. 26. 10:51
이전 1 ··· 3 4 5 6 7 다음
이전 다음
TAG
  • Gradle
  • idea
  • Java
  • NPE
  • NullPointerException
  • IntelliJ
  • kotlin
  • Ultimate Edition
  • spring boot
  • Kotlin 1.3
more
Recent Post
Follow
  • Blog
  • Github
  • LinkedIn

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

티스토리툴바