스프링 gradle 로 빌드하기
1. 그래들 설치
맥 기준
brew install gradle
2. 스프링 루트 폴더에서 명령어 실행
gradle build
각종 오류 나올때
gradle build –debug –stacktrace
테스트 코드 제외할때
gradle build –debug –stacktrace -x test
맥 기준
brew install gradle
gradle build
gradle build –debug –stacktrace
gradle build –debug –stacktrace -x test