This repository was archived by the owner on May 21, 2025. It is now read-only.
Fix/make building - #1
Open
gblee12 wants to merge 2 commits into
Open
Conversation
gblee12
commented
Aug 16, 2022
- 간단히 빌드 가능하게 수정해 두었습니다
- readme 참고하시면 쉽게 따라갈 수 있을것 같습니다
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <configuration> | ||
| <property name="LOGS_ABSOLUTE_PATH" value="/opt/tomcat8/ocpp16.gresystem.co.kr/webapps/logs" /> | ||
| <property name="LOGS_ABSOLUTE_PATH" value="/Users/gyubin/project/gre-sys-evcms/src/main/java/kr/co/watchpoint/evcms/logs" /> |
Member
There was a problem hiding this comment.
경로가 규빈 전용 절대경로네요...? ㅠㅠ ㅋㅋㅋ
이거밖에 방법이 없나용? ㅋㅋ
|
|
||
| import org.slf4j.Logger; | ||
| import org.slf4j.LoggerFactory; | ||
| import org.springframework.beans.factory.annotation.Qualifier; |
Member
There was a problem hiding this comment.
사용되지 않는 import 인거같아요.
추가하신 의도가 있을까요?
Author
There was a problem hiding this comment.
build를 위해 추가해본 어노테이션이였는데 미처 삭제하지 못했네요 ㅠ 삭제하겠습니당 :)
Comment on lines
+18
to
+19
| ## 적용 | ||
| 프로젝트 설정으로 들어가 SDK 설정을 다운받은 java설정으로 변경한다. |
Member
There was a problem hiding this comment.
이부분은 어떻게 하는건가용?
프로젝트 설정이 뭔지 모르겠어용
Author
There was a problem hiding this comment.
이부분은 각 ide에 따라 프로젝트 설정 방법이 다를것같아서 저렇게 적어두었습니다!
처음에 다운받은 개발키트를 프로젝트에 적용시키면 된다는 말입니다!
Comment on lines
+22
to
+24
| ## log 파일 위치 변경 | ||
| 1. gre-sys-evcms/src/main/java/kr/co/watchpoint/evcms/logs에 logs 폴더 생성 | ||
| 2. gre-sys-evcms/src/main/resources/logback-spring.xml 해당 위치 xml 파일의 3번 라인의 property 값을 log폴더의 절대경로 수정 |
Member
There was a problem hiding this comment.
Suggested change
| ## log 파일 위치 변경 | |
| 1. gre-sys-evcms/src/main/java/kr/co/watchpoint/evcms/logs에 logs 폴더 생성 | |
| 2. gre-sys-evcms/src/main/resources/logback-spring.xml 해당 위치 xml 파일의 3번 라인의 property 값을 log폴더의 절대경로 수정 | |
| ## log 파일 위치 변경 | |
| 1. `gre-sys-evcms/src/main/java/kr/co/watchpoint/evcms/logs`에 logs 폴더 생성 | |
| 2. `gre-sys-evcms/src/main/resources/logback-spring.xml` 해당 위치 xml 파일의 3번 라인의 property 값을 log폴더의 절대경로 수정 |
|
|
||
|
|
||
| ## 실행하기 | ||
| 1. 빌드 |
Member
There was a problem hiding this comment.
Suggested change
| 1. 빌드 | |
| 1. 빌드 (maven compile) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.