add 新增 ruoyi-snailai-server 独立服务
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
package org.dromara.snailai;
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* Snail AI Server 启动程序
|
||||
*
|
||||
* @author Lion Li
|
||||
* @date 2026-05-26
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class SnailAiServerApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
com.aizuda.snail.ai.starter.SnailAiSpringbootApplication.main(args);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user