분류 전체보기(77)
-
[Python] 기본 자료형과 연산
보호되어 있는 글입니다.
2024.09.10 -
[Database] 스프링부트(SpringBoot)에서 H2 데이터베이스 사용하기
https://phantom.tistory.com/59 [H2DB] H2 Database 설치 및 사용법H2DB 란 H2 데이터베이스는 설치가 필요 없고 용량이 가벼우며 개발용 로컬 DB로 사용하기 좋은 DBMS이다. H2DB는 자바 기반의 오픈소스 관계형 데이터베이스 관리 시스템(DBMS). 서버(Server) 모드와 임phantom.tistory.com 위의 링크를 참고하였습니다. H2란?Very fast, open source, JDBC APIEmbedded and server modes; in-memory databasesBrowser based Console applicationSmall footprint: around 2.5 MB jar file sizeDB connector 중 하나인데, ..
2024.09.03 -
[스프링] Jsoup을 통하여 스크래핑 해보기
보호되어 있는 글입니다.
2024.08.30 -
[스프링] RESTful API - 404 Not Found
보호되어 있는 글입니다.
2024.08.27 -
[깃허브] 브랜치 설정 및 push
깃허브에서 레파지토리에 대한 readme 파일을 추가했을 때 종종 충돌이 일어난다 hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. If you want to integrate the remote changes, hint: use 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. 위와 같은 오류 발생 git init 브랜치 변경하기 ex. master -> main으로 변경git branch -m main 해결방법1. +를..
2024.08.25 -
[JAVA] 제어자 static, final, abstract, public, private, protected
보호되어 있는 글입니다.
2024.08.24