로딩
요청 처리 중입니다...

spring boot 환경에서 스케줄러 돌릴때 외부실행으로 정상작동하지 않는 경우.

 spring boot 환경에서 스케줄러 돌릴때 외부실행으로 정상작동하지 않는 경우.

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread?

If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet: I...

# SPRINGBOOT # 스케줄러 # 에러 # 외부호출