docs: 注释优化

This commit is contained in:
Ray.Hao
2025-04-02 09:51:53 +08:00
parent 4451c170c8
commit b57853477d
29 changed files with 105 additions and 138 deletions

View File

@@ -12,7 +12,6 @@ import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
*/
@SpringBootApplication
@ConfigurationPropertiesScan // 开启配置属性绑定
// @EnableScheduling // 开启定时任务
public class YouLaiBootApplication {
public static void main(String[] args) {