江体小程序和zlb接口开发 #1

Merged
XiangZ merged 32 commits from feat/script_v1 into master 2026-05-10 09:06:35 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit a78da44f23 - Show all commits

View File

@@ -4,8 +4,10 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
public class Application {
private static final Logger log = LoggerFactory.getLogger(Application.class);

View File

@@ -2,6 +2,6 @@ server:
port: 10086
spring:
profiles:
active: prod
active: local
application:
name: script