SpringBoot start에서 프로젝트 만들어서 IntelliJ로 실행하는데 에러가 발생.
메뉴->Preferences->Build, Execution, Deplyment->Build Tools->Gradle
설정 가운데쯤 Build and run using의 값을 Gradle에서 IntelliJ IDEA로 변경 후 실행.
나만에러있어....
9:28:22 오후: Executing task 'DataJpaApplication.main()'...
FAILURE: Build failed with an exception.
* Where:
Initialization script '/private/var/folders/6t/hx7nf8fs61x2k9qqryfwfd_00000gn/T/DataJpaApplication_main__.gradle' line: 18
* What went wrong:
A problem occurred configuring root project 'data-jpa'.
> Could not create task ':DataJpaApplication.main()'.
> Unnecessarily replacing a task that does not exist is not supported. Use create() or register() directly instead. You attempted to replace a task named 'DataJpaApplication.main()', but there is no existing task with that name.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 127ms
9:28:22 오후: Task execution finished 'DataJpaApplication.main()'.
'Backup' 카테고리의 다른 글
eclipse에서 콘솔창을 터미널(cmd)처럼 사용하기 (0) | 2018.01.22 |
---|---|
여보 김장하게 배추 좀 반으로 잘라줘 (0) | 2012.11.01 |
문턱없는 은행 (0) | 2012.10.27 |
아스키코드인지 유니코드인지.. 같은자음인데 코드가 다르다 (3) | 2012.10.26 |
자동완성기능(AutoComplete) (0) | 2012.10.26 |