chore: 에뮬레이터 각기 다른 gpx 파일로 컨테이너 만들기#333
Merged
Conversation
- 각기 다른 파일을 쓰도록 application.yml에 profile 여러개를 추가했음
3 tasks
kbyunghoon
approved these changes
Feb 17, 2025
...r/src/main/java/org/emulator/device/infrastructure/external/command/vo/FixedVehicleInfo.java
Show resolved
Hide resolved
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔧 어떤 작업인가요?
에뮬레이터를 컨테이너 여러개로 띄우기 위해 monicar-emulator/simulation 에 파일들을 추가하고
yml이나 코드를 조금 수정했습니다.
#️⃣ 연관된 이슈
#305
💡 리뷰어에게 하고 싶은 말
크게 아래와 같은 작업이 있습니다.
📍각자 컴퓨터에서 하나 띄울 때: monicar-emulator/simulation에서 start-one-container.sh 을 원하는 profile로 수정하고 실행
📍하나의 컴퓨터에서 세대 다 띄울 때: monicar-emulator/simulation에서 start-three-container.sh 을 실행
📍 FixedVehicleInfo가 VehicleConstant만 썼음 -> VehicleDynamic를 주입받아 쓸 수 있게 됨
📍 FixedVehicleInfo가 Component로 스프링 컨테이너의 관리를 받으면서도, 정적 객체처럼 주입 없이 쓸 수 있으려면ApplicationContextProvider가 필요해서 추가 !
🙏 아래 내용이 모두 충족 되었는지 확인해주세요 🙏
dev브랜치 병합 하셨나요?