From f1f3268e841c5ccde43ef641e826c55d75c3fcc4 Mon Sep 17 00:00:00 2001 From: Xiang Date: Fri, 8 May 2026 15:24:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=94=9F=E4=BA=A7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 +++++++++++++++++++++++ src/main/resources/application-prod.yml | 1 + src/main/resources/application.yml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 365a067..e0ef867 100644 --- a/pom.xml +++ b/pom.xml @@ -170,4 +170,27 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.0.RELEASE + + exec + + com.xiang.Application + ZIP + + + + + repackage + + + + + + + \ No newline at end of file diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 74b61c2..43e02e5 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -26,6 +26,7 @@ spring: aliyun: dns: + rootDomain: xiangtech.xyz RR: - client - file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1cddb19..a4cf599 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,6 +2,6 @@ server: port: 10086 spring: profiles: - active: local + active: prod application: name: script \ No newline at end of file