티스토리 뷰
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' 카테고리의 다른 글
[Trouble Shooting] How to solve DataSourceBeanCreationException (0) | 2019.09.13 |
---|---|
[Gradle] Gradle Caching and Builds (0) | 2019.09.10 |
[Jekyll] cannot load Jekyll-include-cache (0) | 2019.09.06 |
[Spring Boot] How to create new spring boot project with customizing (0) | 2019.08.28 |
[TroubleShooting] Deprecated Gradle features (0) | 2019.08.26 |
댓글
TAG
more
Recent Post