Skip to content

Commit 07e96c2

Browse files
committed
Correção - Adicionado profile faltante do oauth-security no Procfile
1 parent bf241ff commit 07e96c2

File tree

5 files changed

+5
-5
lines changed
  • 7.4 Deploy da API na nuvem - Spring Boot 2.5.0/algamoney-api
  • 7.5 Nome do usuário no token JWT - Spring Boot 2.5.0/algamoney-api
  • 7.6 Alternando OAuth 2 e Basic Security com profiles - Spring Boot 2.5.0/algamoney-api
  • 7.7 Desafio - Pesquisa de pessoa - Spring Boot 2.5.0/algamoney-api
  • 7.9 Desafio - Atualização de lançamento - Spring Boot 2.5.0/algamoney-api

5 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod $JAVA_OPTS -jar target/algamoney*.jar
1+
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod,oauth-security $JAVA_OPTS -jar target/algamoney*.jar
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod $JAVA_OPTS -jar target/algamoney*.jar
1+
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod,oauth-security $JAVA_OPTS -jar target/algamoney*.jar
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod $JAVA_OPTS -jar target/algamoney*.jar
1+
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod,oauth-security $JAVA_OPTS -jar target/algamoney*.jar
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod $JAVA_OPTS -jar target/algamoney*.jar
1+
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod,oauth-security $JAVA_OPTS -jar target/algamoney*.jar
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod $JAVA_OPTS -jar target/algamoney*.jar
1+
web: java -Dserver.port=$PORT -Dspring.profiles.active=prod,oauth-security $JAVA_OPTS -jar target/algamoney*.jar

0 commit comments

Comments
 (0)