修改seata示例程序, 去除多余的annotation
This commit is contained in:
@ -3,6 +3,9 @@ package com.chinaunicom.mall.ebtp.cloud.apollo.stater;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
|
||||
|
||||
@EnableApolloConfig
|
||||
@Configuration
|
||||
@PropertySource("classpath:apollo-configuration.properties")
|
||||
public class ApolloStarterConfiguration {
|
||||
|
Reference in New Issue
Block a user