Commit 57f907b8 by huluobin

# 更新

parent 264665ee
...@@ -2,12 +2,14 @@ package com.gogirl.infrastructure.common.config.property; ...@@ -2,12 +2,14 @@ package com.gogirl.infrastructure.common.config.property;
import lombok.Data; import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/** /**
* 微信支付配置属性 * 微信支付配置属性
* *
* @author Binary Wang * @author Binary Wang
*/ */
@Component
@Data @Data
@ConfigurationProperties(prefix = "wx.pay") @ConfigurationProperties(prefix = "wx.pay")
public class WxPayProperties { public class WxPayProperties {
......
...@@ -5,6 +5,9 @@ import lombok.Data; ...@@ -5,6 +5,9 @@ import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/**
* @author robbendev
*/
@Component @Component
@ConfigurationProperties(prefix = "wechat") @ConfigurationProperties(prefix = "wechat")
@Data @Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment