application.yml 485 B

123456789101112131415161718192021222324252627
  1. application:
  2. message: test
  3. server:
  4. context-path: /
  5. port: 8001
  6. session-timeout: 3000
  7. ---
  8. spring:
  9. profiles: dev
  10. data:
  11. mongodb:
  12. host: 172.19.103.57
  13. port: 27017
  14. username: esb
  15. password: esb
  16. authenticationDatabase: admin
  17. database: log
  18. gridFsDatabase: dfs
  19. activemq:
  20. broker-url: tcp://172.19.103.57:61616
  21. user: admin
  22. password: admin
  23. eureka:
  24. client:
  25. serviceUrl:
  26. defaultZone: http://192.168.1.221:8761/eureka/