Guest User

Untitled

a guest
Jan 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>org.springframework.cloud</groupId>
  4. <artifactId>spring-cloud-config-server</artifactId>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.springframework</groupId>
  8. <artifactId>spring-jdbc</artifactId>
  9. <exclusions>
  10. <exclusion>
  11. <groupId>org.apache.tomcat</groupId>
  12. <artifactId>tomcat-jdbc</artifactId>
  13. </exclusion>
  14. </exclusions>
  15. </dependency>
  16.  
  17. APPLICATION FAILED TO START
  18. Description:
  19. Invalid config server configuration.
  20. Action:
  21. 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.
Add Comment
Please, Sign In to add comment