Parcourir la source

fix序列化异常

Eric il y a 2 ans
Parent
commit
1efac15b53

+ 2 - 2
cooleshow-app/src/main/java/com/yonge/cooleshow/config/AppServerConfig.java

@@ -17,9 +17,9 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
  * Created by Eric.Shang on 2022/11/2.
  */
 @Slf4j
-@EnableWebMvc
+//@EnableWebMvc
 //@EnableAsync
-@EnableTransactionManagement
+//@EnableTransactionManagement
 @EnableScheduling
 @EnableSwagger2Doc
 @EnableDiscoveryClient