You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 regels
240 B

  1. spring:
  2. application:
  3. name: config-server
  4. cloud:
  5. config:
  6. server:
  7. native:
  8. search-locations: classpath:/yml-config/
  9. profiles:
  10. active: native
  11. server:
  12. port: 1001
  13. logging:
  14. level:
  15. root: info