일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- application.properties
- 코테
- 레오폴드
- 트랜잭션
- spring boot
- 다중DB
- 줄바꿈
- 자바
- mysql
- @value
- Serializable
- sql
- 660mbt
- 롤백
- Docker
- Object-oriented
- 개발환경
- 업로드 파일 용량
- 직렬화
- spring
- 개햄문자치환
- java
- value 어노테이션
- 쿼리
- Spring Framework
- springframework
- springboot
- 개행문자
- vue.js
- query
- Today
- Total
목록전체 글 (44)
supremest.35 개발 블로그

1. Docker 설치https://www.docker.com/get-started/ Get Started | DockerGet started with Docker Desktop and join millions of developers in faster, more secure app development using containers and beyond.www.docker.com docker 설치 후 버전 확인$ docker -vDocker version 27.2.0, build 3ab4256 2. Redis 이미지 설치2.1 Redis 이미지 다운로드아래 명령어로 Redis docker 이미지를 다운로드버전을 지정하지 않으면 최신 버전을 다운로드한다.$ docker pull redis 2.2 Redi..

1. Docker 설치https://www.docker.com/get-started/ Get Started | DockerGet started with Docker Desktop and join millions of developers in faster, more secure app development using containers and beyond.www.docker.com docker 설치 후 버전 확인$ docker -vDocker version 27.2.0, build 3ab4256 2. MySQL 이미지 설치2.1 MySQL 이미지 다운로드아래 명령어로 Mysql docker 이미지를 다운로드버전을 지정하지 않으면 최신 버전을 다운로드한다.$ docker pull mysql 2.2 MyS..