Commit 57f907b8 by huluobin

# 更新

parent 264665ee
......@@ -2,12 +2,14 @@ package com.gogirl.infrastructure.common.config.property;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* 微信支付配置属性
*
* @author Binary Wang
*/
@Component
@Data
@ConfigurationProperties(prefix = "wx.pay")
public class WxPayProperties {
......
......@@ -5,6 +5,9 @@ import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* @author robbendev
*/
@Component
@ConfigurationProperties(prefix = "wechat")
@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