From 766544b33aeb96f709c954f07eb5678d94a16333 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 24 Apr 2023 13:59:30 +0900 Subject: [PATCH] =?UTF-8?q?docs=20:=20readme=20=EC=88=98=EC=A0=95(?= =?UTF-8?q?=EB=A9=94=EC=9D=B4=EB=B8=90=20=EC=84=A4=EC=A0=95=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ---