Study/ERROR

· Study/ERROR
에러 Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class start.spring.io에서 dependencies에서 mariaDB를 추가한 후 아무런 설정 없이 springboot 프로젝트를 실행시키면 위와 같은 에러가 발생합니다. 해결 방안 1줄 요약: SpringProject에 DB를 연결해줍니다. 연결부분만 보고 싶으신 분들은 3번부터 봐주세요! 1. DBeaver로 새 데이터베이스 연결하기(DBeaver에 MariaDB 연결) 먼저..
· Study/ERROR
에러 Error: Couldn't find a 'component', 'getComponent' or 'children' prop for the screen 'ChannelCreation'. This can happen if you passed 'undefined'. You likely forgot to export your component from the file it's defined in, or mixed up default import and named import when importing. 해결 방안 문제 코드 import React from "react"; import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; i..
· Study/ERROR
리액트를 다루는 기술 25장을 공부하다가 quill 적용이 잘 안되는 것을 확인했습니다. 1. 문제 발견 quill에서 theme를 정해주는 부분에서 bubble을 적용할 경우, 웹에 quill 관련 ui가 나오기는 하는데, placeholder의 값이 바로 나오지 않고 수많은 엔터가 쳐져있음. 말이 주저리주저리라 사진으로 표현해보겠습니다.. 이 상황에서 저 공백들을 지우면 placeholder 값이 나오기는 하지만 새로고침을 하면 계속 저런 공백이 생깁니다. 2. 해결 방법 도전 useEffect(() => { quillInstance.current = new Quill(quillElement.current, { theme: 'bubble', placeholder: '내용을 작성하세요...', modu..
delay100
'Study/ERROR' 카테고리의 글 목록