格式化代码

This commit is contained in:
lhc
2021-05-14 15:07:21 +08:00
parent ff1cb3b15d
commit 6c70b25fbe

View File

@@ -21,7 +21,7 @@ import tk.mybatis.spring.annotation.MapperScan;
@ServletComponentScan
@EnableCaching
@MapperScan(basePackages = "com.hcframe.**.dao")
@ComponentScan(basePackages = {"com.hcframe.**"},excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = {DataSourceConfiguration.class}))
@ComponentScan(basePackages = {"com.hcframe.**"}, excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = {DataSourceConfiguration.class}))
@EnableDiscoveryClient
@Import(CasClientConfigurationProperties.class)
//@EnableCasClient
@@ -29,6 +29,4 @@ public class UserApplication {
public static void main(String[] args) {
SpringApplication.run(UserApplication.class, args);
}
}