docs: 完善注释

This commit is contained in:
Ray.Hao
2024-12-27 16:14:10 +08:00
parent 2cd404e589
commit dc0861631f
5 changed files with 16 additions and 13 deletions

View File

@@ -12,8 +12,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @since 0.0.1
*/
@SpringBootApplication
@ConfigurationPropertiesScan
@EnableScheduling
@ConfigurationPropertiesScan // 开启配置属性绑定
@EnableScheduling // 开启定时任务
public class YouLaiBootApplication {
public static void main(String[] args) {