Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker mongodb install
- install mongodb docker
- Constants pool
- springboot mongodb config
- docker mongodb
- HHH000104
- JPA
- spring-boot-maven-plugin
- mongodb install ec2
- spring jwt
- jvm 메모리 구조
- string comparison
- springboot jwt
- String Constants Pool
- filter ordering
- angular jwt
- jvm memory structure
- springboot maven plugin
- JWT
- intern
- spring filter ordering
- String Pool
- 기본 Manifest 속성이 없습니다
- jvm 모델
- jpa pagination
- jwt example
- springboot-angular-jwt
- springboot jwt example
- jwt token
- jvm memory model
Archives
- Today
- Total
목록AWS (1)
개발블로그
aws codebuild로 패키징하기
spark application을 빌드하고, packaging된 jar파일을 S3에 업로드해야 했다. 이 때, aws codebuild를 이용하기로 했다. 먼저 aws codebuild 프로젝트를 생성한다. 소스는 Github에서 관리하고 있으므로 소스 공급자에서 GitHub을 선택한다. 하나의 Repository가 Submodule로 여러 Spark application을 가지고 있는 구조이기 때문에 추가 작업을 해주었다. Submodule인 cf-item2item 내에 있는 buildspec.yml을 참조하여 build하라는 설정을 준 것이다. buildspec.yml은 다음과 같다. version: 0.2 phases: install: runtime-versions: java: corretto8 b..
AWS
2020. 2. 13. 11:07