Commit 9dce4ddc authored by Quxl's avatar Quxl

x

parent 9ac3634d
...@@ -7,8 +7,8 @@ import org.springframework.scheduling.annotation.EnableScheduling; ...@@ -7,8 +7,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.transaction.annotation.EnableTransactionManagement; import org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableScheduling @EnableScheduling
@SpringBootApplication
@EnableTransactionManagement @EnableTransactionManagement
@SpringBootApplication(scanBasePackages= {"com.com.schneider_distributor", "com.egolm.sso"})
public class SSOApplication { public class SSOApplication {
private static ApplicationContext applicationContext; private static ApplicationContext applicationContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment