提交uat

This commit is contained in:
guoshengxiong 2025-06-18 15:24:09 +08:00
parent 8611fa6e34
commit c5562731d0

View File

@ -30,7 +30,7 @@ import org.springframework.security.web.firewall.StrictHttpFirewall;
* @create: 2020-08-03 14:50
**/
@MapperScan({"com.zhgd.*.*.*.mapper", "com.zhwl.*.*.*.mapper"})
@EnableAsync //开启异步调用
@EnableAsync //开启异步调用
@EnableScheduling
@EnableFileStorage
//@EnableConfigurationProperties(FileServerProperties.class)