All Projects → xubinux → spring-boot-starter-dubbox

xubinux / spring-boot-starter-dubbox

Licence: Apache-2.0 license
SpringBoot 自动配置 Dubbox

Programming Languages

java
68154 projects - #9 most used programming language

spring-boot-starter-dubbox

配置示例

#DUBBOX
dubbox:
	application:
		name: server-service
		organization: dubbox
		owner: binux
	registry:
		protocol: zookeeper
		address: 192.168.125.128:2181
	annotation:
		package: cn.binux.dubbox
	protocol:
		name: dubbo
		port: 20880
		host: 192.168.125.1
		timeout: 30000
		threadpool: fixed
		threads: 500
		accepts: 1000
		serialization: kryo
		optimizer: cn.binux.serial.SerializationOptimizerImpl
    monitor:
    	enabled: false  # true 开启 false 关闭
    	address: 192.168.125.1:6060
    	username: admin
    	password: admin

查看dubbo全部配置

基本全部配置都可以配置

需要配置的属性如果有SetXx方法,则属性可以配置,并且配置名为xx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].