분류 전체보기30 [SpringBoot, IntelliJ] No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.1 was found. It occur when I try to build SpringBoot App by gradle. Because I have diffrent develpoment enviroment (Office and My home). I resolved it. menu path : File | > Settings |> Build, Execution, Deployment |> Build Tools |> Gradle Gradle JVM to JAVA 17 open jdk A problem occurred configuring root project 'entity'. > Could not resolve all files for configuration ':classpath'. > Could not resolve org.s.. 2023. 1. 18. [SSAFY] 8기 비전공자 합격 후기(에세이 작성 + 면접 준비) SSAFY 8기에 지원해 합격했다. 나도 이전 기수의 합격 후기를 통해 도움을 받았다. 내가 준비했던 과정도 다음 기수로 지원하고자 하는 사람들에게 도움이 됐으면 하는 마음에서 정리해본다. 지원 과정은 다음과 같다. 1. 지원서 및 에세이 작성 2. SW 적성검사 3. 에세이 결과 발표 ( 인터뷰 여부 확정 ) 4. 인터뷰 5. 최종결과 --- 준비 과정 1. SSAFY 모집 설명회 SSAFY 지원을 위해 가장 먼저 한 것이 공식 설명회 영상 시청이다 실시간으로 진행하면 질문 기회가 있지만 나는 추후에 올라온 다시보기 영상을 봤다. 유튜브 채널 "삼성청년SW아카데미 Youtube채널 HELLOSSAFY" 에서 볼 수 있다. 설명회 영상을 통해 알 수 있었던 건 두가지 였다. 1) 이전 기수 교육생들의 지.. 2022. 7. 9. [Github] Pull request Pull request 는 main branch에 작업 권한이 없을 때 내 작업 버전을 반영해달라고 요청하는 것이다 때문에 branch를 새로 만들어서 작업버전을 푸쉬하고, 해당 branch를 repository 관리자가 main branch에 merge하여 반영할 수 있도록 review를 요청하는 것이 pull request다. 다음 블로그를 참고했다. https://velog.io/@zansol/Pull-Request-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0 2022. 7. 8. [ReactNative][iOS building]trouble shooting error1)pods/firebaseanalytics/frameworks/firanalyticsconnector.framework/firanalyticsconnector(firanalyticsconnector_e321ed8e3db06efc9803f6c008e67a34.o), building for ios simulator, but linking in object file (/users/tune/desktop/projects/altruists_app/react_native/altruistapp/ios/pods/firebaseanalytics/frameworks/firanalyticsconnector.framework/ sol1-1) https://stackoverflow.com/questions/64171.. 2022. 6. 29. [Linux]Failed to restart httpd.service: The name org.freedesktop.PolicyKit1 was not provide command systemctl restart httpd failed with error message below Failed to restart httpd.service: The name org.freedesktop.PolicyKit1 was not provide I try to run command with 'sudo' sudo systemctl restart httpd 2022. 6. 17. [MariaDB] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) EC2 mysql -uroot failed with error 2002 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) -> in my case mariadb service was inactivated because I stopped and restart the instance -> so I ran commands systemctl enable mariadb systemctl start mariadb 2022. 6. 17. 이전 1 2 3 4 5 다음