江体小程序和zlb接口开发 #1
23
pom.xml
23
pom.xml
@@ -170,4 +170,27 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.3.0.RELEASE</version>
|
||||
<configuration>
|
||||
<classifier>exec</classifier>
|
||||
<!-- 指定该Main Class为全局的唯一入口 -->
|
||||
<mainClass>com.xiang.Application</mainClass>
|
||||
<layout>ZIP</layout>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal><!--可以把依赖的包都打包到生成的Jar包中-->
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
@@ -26,6 +26,7 @@ spring:
|
||||
|
||||
aliyun:
|
||||
dns:
|
||||
rootDomain: xiangtech.xyz
|
||||
RR:
|
||||
- client
|
||||
- file
|
||||
|
||||
@@ -2,6 +2,6 @@ server:
|
||||
port: 10086
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: prod
|
||||
application:
|
||||
name: script
|
||||
Reference in New Issue
Block a user