Execution failed for task ':server-basic-test:BasicTestApplication.main()'.
> Build cancelled while executing task ':server-basic-test:BasicTestApplication.main()'
* 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.
gradle로 Application 실행 시 종료하면 발생하는 에러.

Settins > gradle 에서 gradle 대신 IntelliJ를 사용해서 빌드하고 실행하도록 설정을 변경해준다.

이렇게 메시지가 뜨면 정상적으로 종료된 것이다.