I have a question about initializing data in Spring-Boot. I have this :
@PostConstruct public void run() { try { upload(path);