Sunshine
2024-11-05 8f7985d7764a0aad24bd593ac5ea47b7fc290961
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.nova.sankuai.domain.api.yinsheng.config;
 
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
 
/**
 * @author ephemeral
 * @date 2022/7/9 10:28
 */
@Configuration(proxyBeanMethods = false)
@EnableConfigurationProperties(YinShengProperties.class)
public class YinShengConfiguration {
}