提交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 * @create: 2020-08-03 14:50
**/ **/
@MapperScan({"com.zhgd.*.*.*.mapper", "com.zhwl.*.*.*.mapper"}) @MapperScan({"com.zhgd.*.*.*.mapper", "com.zhwl.*.*.*.mapper"})
@EnableAsync //开启异步调用 @EnableAsync //开启异步调用
@EnableScheduling @EnableScheduling
@EnableFileStorage @EnableFileStorage
//@EnableConfigurationProperties(FileServerProperties.class) //@EnableConfigurationProperties(FileServerProperties.class)