1
resposta

erro ao subir o projeto

https://github.com/Pedroo13/med.voll

PS C:\Users\phart\Projetos\med.voll> java -Dspring.profiles.active=prod -DDATASOURCE_URL=jdbc:mysql://localhost/vollmed_api -DDATASOURCE_USERNAME=postgres -DDATASOURCE_PASSWORD=020818 -jar target/api-0.0.1-SNAPSHOT.jar

Error: Could not find or load main class .profiles.active=prod Caused by: java.lang.ClassNotFoundException: /profiles/active=prod

poderia me ajudar por favor

1 resposta

Oi!

No windows o recomendado é colocar entre aspas os parâmetros:

java "-Dspring.profiles.active=prod" "-DDATASOURCE_URL=jdbc:mysql://localhost/vollmed_api" "-DDATASOURCE_USERNAME=postgres" "-DDATASOURCE_PASSWORD=020818" -jar target/api-0.0.1-SNAPSHOT.jar