|
|
@@ -0,0 +1,21 @@
|
|
|
+package com.ydtech.config.properties;
|
|
|
+
|
|
|
+
|
|
|
+import lombok.Data;
|
|
|
+import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @description: 平安财险 配置文件
|
|
|
+ * @author: wenks
|
|
|
+ * @date: 2024/3/25 9:47
|
|
|
+ **/
|
|
|
+@Data
|
|
|
+@Component
|
|
|
+//@ConfigurationProperties(prefix = "ping.api")
|
|
|
+public class PingAnApiConfigurationProperties {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+}
|