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