psql 설정 psql 시작하기 Server [localhost]: Enter Database [postgres]: Enter Port [5432] : Enter Username [postgres]: Enter Password for user postgres: postgres \du : 계정들 리스트와 각 계정의 권한과 역할 확인 처음에는 postgres 밖에 없다. create role admin_wj with login password 'admin_wj'; admin_wj이라는 계정을 생성한다. alter user admin_wj with createdb; 방금 만든 admin_wj에게 db를 생성할 수 있는 권한을 준다. alter user admin_wj with superuser; superus..
get: axios.get(url[, config]) post: axios.post(url[, data[, config]]) patch: axios.patch(url[, data[, config]]) delete: axios.delete(url[, config]) 여기서 일단 get과 post 연습을 해보았다. 간단히 console창에 찍어볼 예정이다! npm axios 설치 npm install --save axios Spring boot 의 FriendwithLombok.java package com.example.demo.model; import lombok.Getter; import lombok.Setter; @Getter @Setter public class FriendwithLombok { p..
참고 블로그 https://kdevkr.github.io/spring-boot-integration-vuejs/ 1. spring initializer https://start.spring.io/ 원하는 폴더 위치에서 zip파일 압축 해제 디렉터리 구조 src ├─ main │ ├─ java │ └─ resources gradle build.gradle Vue 2. vue 설치 후 버전확인 sudo npm i -g @vue/cli vue --version 3. vue 프로젝트 생성 (참고링크의 개발자가 만들어놓은 preset 가져옴) 더보기 제가 참고한 kdevkr/vue-preset 프리셋은 다음의 vue 라이브러리들을 포함합니다. Babel ESLint + Prettier SCSS (with dart..
Lombok 적용 전 package com.example.demo.model; public class Friend { private String id; private String name; public Friend(String id, String name) { this.id = id; this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } Lombok 적용 후 package com.ex..
- Total
- Today
- Yesterday
- 티스토리챌린지
- 병돌리기구현
- PYTHON
- 생성형AI
- 백준
- easycode chatGPT
- partyrock무료
- BOJ
- 정적 웹사이트 배포
- 오블완
- S3 403 forbidden
- React native 작동 원리
- vscode easycode
- aws생성형ai
- partyrock생성
- 알고리즘
- genaiapp
- ChatGPT
- easycode
- 파이썬
- 코딩테스트
- AWSBedrock
- S3배포
- 술자리병돌리기게임
- awsgenai
- partyrock앱
- partyrock
- 정적 웹페이지 배포
- partyrock사용볍
- mac vscode download fail
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |