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.
|
spring: |
|
application: |
|
name: im-das-message |
|
|
|
dubbo: |
|
application: |
|
name: ${spring.application.name} |
|
protocol: |
|
port: 3011 |
|
consumer: |
|
check: false |
|
|
|
mybatis-plus: |
|
mapper-locations: classpath:mapper/*.xml |
|
|
|
im-segment-id: |
|
enabled: true
|
|
|