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.
32 lines
722 B
32 lines
722 B
server:
|
|
port: 8761
|
|
|
|
camel:
|
|
springboot:
|
|
main-run-controller: true
|
|
|
|
spring:
|
|
application:
|
|
name: eureka-server
|
|
activemq:
|
|
broker-url: "tcp://localhost:61616"
|
|
ldap:
|
|
urls: ldap://localhost:10389
|
|
base: dc=example,dc=com
|
|
username: uid=admin,ou=system
|
|
password: secret
|
|
|
|
app:
|
|
queue-name: "SessionServiceQueue"
|
|
database:
|
|
url: "jdbc:h2:tcp://localhost/~/h2/db/appdb"
|
|
username: "app"
|
|
password: "app"
|
|
mapper-package: "com.example.sbcamel.mapper"
|
|
|
|
eureka:
|
|
client:
|
|
service-url:
|
|
defaultZone: http://cxfrs:password@localhost:8761/eureka/,http://cxfrs:password@localhost:8762/eureka/
|
|
register-with-eureka: false
|
|
fetch-registry: false |