MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Dov'è esattamente l'eccezione NullPointer?

Prova ad aggiungere un @Autowired annotazione sul tuo CustomerController

@Autowired
private CustomerRepository customerRepository;

Forse la causa di quella NullPointerException è che il repository non è stato iniettato correttamente.