修改参数源文件
This commit is contained in:
@@ -34,7 +34,7 @@ import java.security.PrivateKey;
|
|||||||
@Configuration
|
@Configuration
|
||||||
@Data
|
@Data
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@PropertySource(value = "classpath:weChatConfig.properties") //读取配置文件
|
@PropertySource(value = "classpath:application.yml") //读取配置文件
|
||||||
public class WechatPayConfig implements Serializable {
|
public class WechatPayConfig implements Serializable {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user