diff --git a/README.md b/README.md index d6d5e5c9..dad5ec9d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,21 @@ Actions열기 > Edit Custom VM Options... 선택 > -Dfile.encoding=UTF8 추가 * 에러가 사라지지 않을 경우 이클립스를 재실행한다. ``` +### 메이븐 설정 +```text +1) settings.xml 파일 경로 설정 +[이클립스] +window > preferences > maven > User Settings + Global Settings, User Settings : settings.xml 파일 경로 입력 + +[인텔리제이] +file > settings > Build, Excecution, Deployment > Build Tools > Maven + User settings file : settings.xml 파일 경로 입력 + +2) settings.xml 파일 교체 + 로컬의 settins.xml을 프로젝트폴더/doc/conf/settings.xml 파일로 교체 +``` + ### commit message template ```text --- COMMIT MESSAGE ---