Pessoal, alguém esta com esse erro ?
Estou tentando subir o config server para fazer o um post nele no postman.
meu aplication.yml do config-serve esta assim:
server:
port: 8888
spring:
profiles:
active:native
cloud:
config:
server:
native:
search-locations: c:\microservice-repo
Assim esta o meu arquivo de config em C:\microservice-repo
spring:
datasource:
password: root
username: root
url: jdbc:mysql://localhost:3307/fornecedor
jpa:
hibernate:
ddl-auto: create
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2019-12-04 08:31:11.823 ERROR 4124 --- [ 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 are using a native profile and have spring.cloud.config.server.bootstrap=true, you need to use a composite configuration.
`