This commit is contained in:
wangliwen 2022-06-21 10:08:01 +08:00
parent b4af15eab1
commit 42690164fb
1 changed files with 4 additions and 1 deletions

View File

@ -6,10 +6,13 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component;
/**
* 青岛西海岸
*/
@Data
@Component
@PropertySource("classpath:/domain/tsingtao_xha.properties")
@ConfigurationProperties(prefix = "tsingtao")
@ConfigurationProperties(prefix = "tsingtao_xha")
public class Tsingtao_xhaProperties {
}