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

[#86] SpringBoot Actuator 추가 #88

Merged
merged 2 commits into from
Jan 27, 2023
Merged

Conversation

JoosungKwon
Copy link
Member

🌱 작업 사항

  • spring-boot-starter-actuator dependency를 추가했습니다.
  • 모든 endpoint를 사용할 수 있게 설정하였습니다.
  • SecurityConfig에 "/acutuator/**" 경로에 Role 설정을 추가했습니다. (현재는 USER로 되어 있는데 ADMIN으로 수정 하겠습니다)

🦄 관련 이슈

close #86

@JoosungKwon JoosungKwon added 💬 discussion 건의사항 🔧 add 기타 추가 🛠️ config 설정 labels Jan 27, 2023
@JoosungKwon JoosungKwon self-assigned this Jan 27, 2023
@JoosungKwon JoosungKwon linked an issue Jan 27, 2023 that may be closed by this pull request
Copy link
Collaborator

@hyena0608 hyena0608 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
Collaborator

@hikarigin99 hikarigin99 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다👍

@JoosungKwon JoosungKwon merged commit 41662a8 into develop Jan 27, 2023
@JoosungKwon JoosungKwon deleted the feat/86-spring-boot-actuator branch January 27, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 add 기타 추가 🛠️ config 설정 💬 discussion 건의사항
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot Actuator 도입하기
3 participants