mvnw: Permission denied on JHipster spring boot application
Asked Answered
S

1

8

When I try to clone and run jHipster spring boot application using ./mvnw command, it getting an error mvnw: Permission denied. How can I solve it?

Superfluity answered 16/2, 2021 at 15:49 Comment(1)
Did you checked if the file is executable? Try chmod +x mvnw and try again.Wreckful
M
9

if you use dockerfile, you should add chmod +x mvnw

RUN chmod +x mvnw
Mixie answered 1/10, 2022 at 23:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.