I'm working on a project for uploading videos using spring boot, everything is working but when i upload a new video and i try to play i get that white label error and the status code is not found "404", but i restarted the server and everything worked properly so my question is how to do that without restarting the server knowing that im using intellij i have used this, in my application.properties and in my
pom.xml i added these dependencies but it didn't work as well
spring.devtools.restart.enabled= false`
` <dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>`
Helouss Mystery is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.