Trick 5 лет назад
Родитель
Сommit
30359458b0

+ 3 - 1
svr/svr-wlyy-specialist/src/main/java/com/yihu/SvrWlyySpecialistApplication.java

@ -8,7 +8,9 @@ import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
/**
 *
 */
@SpringBootApplication
@EnableAspectJAutoProxy
public class SvrWlyySpecialistApplication  extends SpringBootServletInitializer {