From eaf6878850c029ac359d60409c7c9fcfa09c1852 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 07 五月 2024 15:24:53 +0800
Subject: [PATCH] 整理
---
smart-core-secure/src/main/resources/META-INF/spring-configuration-metadata.json | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/smart-core-secure/src/main/resources/META-INF/spring-configuration-metadata.json b/smart-core-secure/src/main/resources/META-INF/spring-configuration-metadata.json
index 8d60271..a68d686 100644
--- a/smart-core-secure/src/main/resources/META-INF/spring-configuration-metadata.json
+++ b/smart-core-secure/src/main/resources/META-INF/spring-configuration-metadata.json
@@ -2,75 +2,75 @@
"groups": [
{
"name": "blade.secure",
- "type": "org.springblade.core.secure.props.BladeSecureProperties",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "type": "com.qianwen.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
}
],
"properties": [
{
"name": "blade.secure.auth",
- "type": "java.util.List<org.springblade.core.secure.props.AuthSecure>",
+ "type": "java.util.List<com.qianwen.core.secure.props.AuthSecure>",
"description": "鎺堟潈閰嶇疆",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
},
{
"name": "blade.secure.auth-enabled",
"type": "java.lang.Boolean",
"description": "寮�鍚巿鏉冭鍒�",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
"defaultValue": true
},
{
"name": "blade.secure.basic",
- "type": "java.util.List<org.springblade.core.secure.props.BasicSecure>",
+ "type": "java.util.List<com.qianwen.core.secure.props.BasicSecure>",
"description": "鍩虹璁よ瘉閰嶇疆",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
},
{
"name": "blade.secure.basic-enabled",
"type": "java.lang.Boolean",
"description": "寮�鍚熀纭�璁よ瘉瑙勫垯",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
"defaultValue": true
},
{
"name": "blade.secure.client",
- "type": "java.util.List<org.springblade.core.secure.props.ClientSecure>",
+ "type": "java.util.List<com.qianwen.core.secure.props.ClientSecure>",
"description": "瀹㈡埛绔厤缃�",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
},
{
"name": "blade.secure.client-enabled",
"type": "java.lang.Boolean",
"description": "寮�鍚鎴风瑙勫垯",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
"defaultValue": true
},
{
"name": "blade.secure.enabled",
"type": "java.lang.Boolean",
"description": "寮�鍚壌鏉冭鍒�",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
"defaultValue": false
},
{
"name": "blade.secure.sign",
- "type": "java.util.List<org.springblade.core.secure.props.SignSecure>",
+ "type": "java.util.List<com.qianwen.core.secure.props.SignSecure>",
"description": "绛惧悕璁よ瘉閰嶇疆",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
},
{
"name": "blade.secure.sign-enabled",
"type": "java.lang.Boolean",
"description": "寮�鍚鍚嶈璇佽鍒�",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties",
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties",
"defaultValue": true
},
{
"name": "blade.secure.skip-url",
"type": "java.util.List<java.lang.String>",
"description": "閴存潈鏀捐璇锋眰",
- "sourceType": "org.springblade.core.secure.props.BladeSecureProperties"
+ "sourceType": "com.qianwen.core.secure.props.BladeSecureProperties"
}
],
"hints": []
--
Gitblit v1.9.3