Skip to content

Conversation

@boxinthechaos
Copy link

@boxinthechaos boxinthechaos commented Mar 20, 2025

🐋 Dockerfile 내용

# Dockerfile을 작성하여주세요
FROM gradle:8.3-jdk17 As builder
WORKDIR /build

COPY . /build
RUN gradle build -x test --parallel

FROM openjdk:23-jdk-slim
WORKDIR /build
COPY --from=builder /build/build/libs/*.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar", "app.jar"]
ENV SPRING_PROFILES_ACTIVE=test

📷 API 요청 결과 스크린샷

API 요청 결과의 스크린샷들을 첨부하여주세요.
스크린샷(100)
스크린샷(105)
스크린샷(107)
스크린샷(108)
스크린샷(109)

@snowykte0426
Copy link
Member

GET 요청의 경우에는 데이터를 먼저 POST 한 후 요청을 시도한 사진으로 해주세요
데이터는 2개 이상!

@snowykte0426 snowykte0426 changed the title 제발 과제 2-7 boxinthechaos 과제제출 Mar 20, 2025
Copy link
Member

@snowykte0426 snowykte0426 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

Copy link
Member

@snowykte0426 snowykte0426 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다🎉

@snowykte0426 snowykte0426 deleted the task/boxinthechaos-1 branch March 23, 2025 03:48
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.

3 participants