-3
@Autowired帶註釋的類變量將作爲Null提供。 jax ws Web服務使用Spring Boot和Endpoint來實現。@autowired與jax ws + null Spring Boot
@Autowired帶註釋的類變量將作爲Null提供。 jax ws Web服務使用Spring Boot和Endpoint來實現。@autowired與jax ws + null Spring Boot
嘗試查看您是否錯過了想要自動裝配的課程中的@Component
或@Service
註釋。
也看看這裏:
Why is my Spring @Autowired field null?
你應該顯示你的代碼。 – Patrick