I just installed Spring and I'm trying to execute this commmand from the terminal:
spring init -dweb --build maven -p jar
but I get this error:
java.io.FileNotFoundException: demo.zip (Access Denied)
Tried to search for a solution but still have not found one specific to this case.
Thanks in advance