일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- between 날짜
- git
- oracle between
- hikaricp
- intellij
- MySQL
- Gradle
- ORACLE CLOUD
- mybatis
- Spring Security
- bitbucket
- github
- python 개발환경
- 라즈베리파이
- template
- STS
- Spring Boot
- oracle
- between date
- Linux
- springboot
- hikari
- Spring
- log4j2
- ubuntu
- log4j profile
- datasource
- catalina log
- 배열스트링
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- between 날짜
- git
- oracle between
- hikaricp
- intellij
- MySQL
- Gradle
- ORACLE CLOUD
- mybatis
- Spring Security
- bitbucket
- github
- python 개발환경
- 라즈베리파이
- template
- STS
- Spring Boot
- oracle
- between date
- Linux
- springboot
- hikari
- Spring
- log4j2
- ubuntu
- log4j profile
- datasource
- catalina log
- 배열스트링
- Today
- Total
목록Linux (2)
파워노트

spring boot 프로젝트 생성. 기본 환경 ide: sts 4.11.0 spring : spring boot 2.5.3 java : openjdk11 2021.07.26 - [Spring] - java open jdk 설치 2021.07.26 - [Spring] - Spring Tool Suite(STS) 설치 방법 spring boot 2.5.3 글쓰는 날짜는 2021년 7월 26일 입니다. spring framework를 가지고 개발하는 방법은 여러가지이나 아주 기본적인 접근을 위해 spring boot 를 이용해 쉽게 프로젝트를 생성 및 관리 할 수 방법으로 진행해 보겠습니다. spring boot 2.5.3 : 기본적으로 스프링 부트 2.5.3 RELEASE에서는 JAVA 8이상이 필요하며 ..
# 오류 현상 정리 docker로 elasticsearch 를 실행하였으나 아래와 같은 오류가 떠서 진행이 되지 않는다. ** docker를 실행하는 Host PC에 설정을 하면 된다. bootstrap checks failed max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] * 참고 : 한마디로 메모리를 많이 쓸수 있으니 영역을 크게 설정해야 실행이 된다는 소리. max_map_count : 이 파일은 프로세스가 가질 수있는 최대 메모리 맵 영역 수를 포함합니다. 메모리 맵 영역은 mmap 및 mprotect에 의해 직접 malloc 호출의 부작용으로 사용되며 공유 라이브러리를로드 할 때..