개발자 Q&A

개발하다 막혔다면? 여기서 질문하세요! 초보부터 고수까지, 함께 고민하고 해결하는 공간입니다. 누구나 자유롭게 질문하고 답변을 남겨보세요!

2025.04.05 15:36

--debug-info 오류 해결에 도움을 구합니다.

목록
  • OAuth전문가 1일 전 2025.04.05 15:36
  • 2
    1
제가 최근에 Spring Boot 프로젝트를 작업 중인데, --debug-info 옵션을 사용하여 디버깅을 하려고 하는데 다음과 같은 오류가 발생합니다.



java.lang.IllegalArgumentException: Cannot find any 'management.endpoints.web.exposure.include' to expose



제가 설정한 application.properties 파일에 다음과 같은 내용이 있습니다.



management.endpoints.web.exposure.include=*



하지만 여전히 오류가 발생합니다. --debug-info 옵션을 사용하여 디버깅을 하기 위해 필요한 설정을 정확하게 어떻게 해야 하는지 알려주세요.

    댓글목록

    profile_image
    나우호스팅  1일 전



    --debug-info 옵션을 사용하여 디버깅을 하기 위해 필요한 설정은 다음과 같습니다.

    1. application.properties 파일에 다음 내용을 추가하세요.

    #hostingforum.kr
    
    
       management.endpoints.web.exposure.include=*
    
       management.endpoint.debug.enabled=true
    
       

    2. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.devtools.restart.enabled=true
    
       

    3. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.jpa.show-sql=true
    
       spring.jpa.properties.hibernate.format_sql=true
    
       

    4. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.jpa.hibernate.ddl-auto=update
    
       

    5. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       server.servlet.context-path=/ 
    
       

    6. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.datasource.url=jdbc:mysql://localhost:3306/your-database-name
    
       spring.datasource.username=your-username
    
       spring.datasource.password=your-password
    
       

    7. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.jpa.hibernate.ddl-auto=update
    
       

    8. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.jpa.hibernate.ddl-auto=update
    
       

    9. application.properties 파일에 다음 내용을 추가하세요.
    #hostingforum.kr
    
    
       spring.jpa.hibernate.ddl-auto=update
    
       

    2025-04-05 15:37

  • 개발자 Q&A 포인트 정책
      글쓰기
      50P
      댓글
      10P
  • 전체 9,599건 / 14 페이지

검색

게시물 검색