All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

The newest version!
{
	"groups": [
		{
			"name": "alipay",
			"type": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "支付宝配置"
		}
	],
	"properties": [
		{
			"name": "alipay.dev",
			"type": "java.lang.Boolean",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "开发模式",
			"defaultValue": "false"
		},
		{
			"name": "alipay.app-id",
			"type": "java.lang.String",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "支付宝应用ID"
		},
		{
			"name": "alipay.private-key",
			"type": "java.lang.String",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "应用私钥"
		},
		{
			"name": "alipay.alipay-public-key",
			"type": "java.lang.String",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "支付宝公钥"
		},
		{
			"name": "alipay.sign-type",
			"type": "java.lang.String",
			"sourceType": "net.guerlab.sdk.alipay.properties.AlipayProperties",
			"description": "签名类型,可使用RSA/RSA2算法,默认使用RSA2算法",
			"defaultValue": "RSA2"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy