完成品牌部分改造

This commit is contained in:
super
2026-03-24 22:22:37 +08:00
parent 4f728107d1
commit 485b4dd485
37 changed files with 2086 additions and 11 deletions

View File

@@ -2,8 +2,10 @@ package com.nanri.aiimage;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
public class AiImageApplication {
public static void main(String[] args) {