Skip to content
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
masterfrom
fix/make-building
Open

Fix/make building#1
gblee12 wants to merge 2 commits into
masterfrom
fix/make-building

Conversation

@gblee12

@gblee12 gblee12 commented Aug 16, 2022

Copy link
Copy Markdown
  1. 간단히 빌드 가능하게 수정해 두었습니다
  2. readme 참고하시면 쉽게 따라갈 수 있을것 같습니다

@gblee12
gblee12 requested a review from jaeyongjaykim August 16, 2022 05:41
@gblee12 gblee12 self-assigned this Aug 16, 2022
<?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" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

경로가 규빈 전용 절대경로네요...? ㅠㅠ ㅋㅋㅋ
이거밖에 방법이 없나용? ㅋㅋ

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋㅋ일단 임시로 지정해 두었습니다@!


import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Qualifier;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

사용되지 않는 import 인거같아요.
추가하신 의도가 있을까요?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build를 위해 추가해본 어노테이션이였는데 미처 삭제하지 못했네요 ㅠ 삭제하겠습니당 :)

Comment thread README.md
Comment on lines +18 to +19
## 적용
프로젝트 설정으로 들어가 SDK 설정을 다운받은 java설정으로 변경한다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이부분은 어떻게 하는건가용?
프로젝트 설정이 뭔지 모르겠어용

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이부분은 각 ide에 따라 프로젝트 설정 방법이 다를것같아서 저렇게 적어두었습니다!
처음에 다운받은 개발키트를 프로젝트에 적용시키면 된다는 말입니다!

Comment thread README.md
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폴더의 절대경로 수정

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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폴더의 절대경로 수정

Comment thread README.md


## 실행하기
1. 빌드

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. 빌드
1. 빌드 (maven compile)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants