Olá pessoal,
Não estou conseguindo subir o config-server. O application.yml está assim:
server:
port: 8888
spring:
profiles:
active: native
cloud:
config:
server:
native:
search-locations: /Users/jaquelinecampacisilva/microservice-repo
estou com o seguinte erro:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-01-14 15:16:40.089 ERROR 3025 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Invalid config server configuration.
Action:
If you are using the git profile, you need to set a Git URI in your configuration. If you have set spring.cloud.config.server.bootstrap=true, you need to use a composite configuration.