728x90
반응형
1) gradle 설치
brew install gradle
2) pom.xml 경로로 이동
3) gradle init
gradle init --type pom
완료된 모습
4) Gradle Build
5) Maven 관련 파일 일괄 삭제
6) 프로젝트 정상 수행 확인
반응형
'Spring' 카테고리의 다른 글
DispatcherServlet 요청 흐름 (0) | 2022.12.13 |
---|---|
Spring + Mybatis 활용 원리 (1) | 2022.12.01 |
SpringBoot 재고 감소 동시성 제어 - Redisson 사용 (+ AOP 적용) (0) | 2022.10.28 |
Maven + MockMvc 환경에서 Spring Rest Docs 설정하기 (2) | 2022.09.14 |
SpringBoot + Validation 프로젝트 설정 (커스텀 Annotation 적용 방법, DTO 필드에 constraints 어노테이션 적용, Validator 인터페이스 구현, constraints 어노테이션에 groups 속성 설정) (0) | 2022.08.25 |