Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SL-11 FIX] partquestion 독립 문자열로 변경 #38

Closed
wants to merge 1 commit into from

Conversation

bykbyk0401
Copy link
Collaborator

티켓


변경사항

기존의

"partQuestions": [
"기획질문1, 기획질문2, 기획질문3"
],

이 형식에서

"partQuestions": [
"기획질문1",
"기획질문2",
"기획질문3",
],

독립 문자열로 출력되도록 변경했습니다.


부가설명


고려사항


스크린샷

@jinyoungpark00
Copy link
Collaborator

src/main/resources/application-secret.properties 도 깃허브에 올라왔네요,, 이부분 깃에 안올라오게 해야할 것 같습니다

@bykbyk0401 bykbyk0401 closed this Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants