Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- jsonignore
- java.lang.nosuchmethoderror
- bytebuddyinterceptor
- springboot
- Swagger
- websecurityconfiguration
Archives
- Today
- Total
목록2025/02/24 (2)
NOT FOUND
Unexpected status SERVICE_PAUSED in response to START control
nssm start [server] 실행시 해당 에러가 났다. 1. sc query [server] 위 명령어를 실행후 출력값에서 STATE가 PAUSED로 표시되면 서비스가 정상적으로 실행되지 않았다는 의미이다.2. jar 파일이 올바르게 생성되었는지 확인한다.3. nssm stop custom-servernssm start custom-server서비스를 다시 멈췄다 시작한다. jar 파일이 올바르지 않을 확률이 크다.
카테고리 없음
2025. 2. 24. 16:44
Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed
더보기org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failedat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:515) ~[spring-beans-6.2...
spring boot
2025. 2. 24. 10:01