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
- IAM MFA
- 선언적 트랜잭션
- AWS IAM MFA
- h2 intellij
- multi module
- in memory
- h2 연동
- server mode
- 트랜잭션 전파속성
- json type 활용
- jenkins 배포
- oracle cloud
- Jenkins
- JSON type
- aws cli s3
- 멀티모듈
- json type index
- Transactiona
- aws cli s3 cp
- json type column 생성
- 프리티어 인스턴스
- 무료 인스턴스
- aws cli s3 exclude folder
- mysql json type
- jpa json type
- jpa 환경에서 json type 활용하기
- Oracle Linux 8
- spring boot 멀티모듈
- aws cli s3 exclude directory
- IAM이란
Archives
- Today
- Total
목록멀티모듈 (1)
Chris Devlog

Gradle 6.X -> 7.X로 버전이 올라오면서 변경된 사항에 따라 설정이 조금 달라진 부분이 있어 글을 작성함. 프로젝트 생성 및 버전 https://start.spring.io/ Gradle 6.X -> 7.X configuration 변경사항 기존 사용 중이던 compile 가 deplecate 되어 상황에 따라 api와 implementation를 선택하여 사용 implementation 현재 모듈에서 사용 api java-library 플러그인을 추가필요 상위 모듈에 적용 시 하위 모듈에서도 사용 가능 자세한 내용은 https://docs.gradle.org/7.3/userguide/upgrading_version_6.html에서 확인 기존 Gradle 버전 변경 방법 intellij 사용 ..
Spring Boot
2022. 11. 30. 05:31