commit
						dff3e8b666
					
				|  | @ -92,4 +92,24 @@ | ||||||
|             <artifactId>yudao-spring-boot-starter-monitor</artifactId> |             <artifactId>yudao-spring-boot-starter-monitor</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
|  | 
 | ||||||
|  |     <build> | ||||||
|  |         <!-- 设置构建的 jar 包名 --> | ||||||
|  |         <finalName>${project.artifactId}</finalName> | ||||||
|  |         <plugins> | ||||||
|  |             <!-- 打包 --> | ||||||
|  |             <plugin> | ||||||
|  |                 <groupId>org.springframework.boot</groupId> | ||||||
|  |                 <artifactId>spring-boot-maven-plugin</artifactId> | ||||||
|  |                 <version>${spring.boot.version}</version> | ||||||
|  |                 <executions> | ||||||
|  |                     <execution> | ||||||
|  |                         <goals> | ||||||
|  |                             <goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> | ||||||
|  |                         </goals> | ||||||
|  |                     </execution> | ||||||
|  |                 </executions> | ||||||
|  |             </plugin> | ||||||
|  |         </plugins> | ||||||
|  |     </build> | ||||||
| </project> | </project> | ||||||
|  | @ -58,6 +58,12 @@ | ||||||
|             <groupId>com.alibaba</groupId> |             <groupId>com.alibaba</groupId> | ||||||
|             <artifactId>dashscope-sdk-java</artifactId> |             <artifactId>dashscope-sdk-java</artifactId> | ||||||
|             <version>2.14.0</version> |             <version>2.14.0</version> | ||||||
|  |             <exclusions> | ||||||
|  |                 <exclusion> | ||||||
|  |                     <groupId>org.slf4j</groupId> | ||||||
|  |                     <artifactId>slf4j-simple</artifactId> | ||||||
|  |                 </exclusion> | ||||||
|  |             </exclusions> | ||||||
|         </dependency> |         </dependency> | ||||||
| 
 | 
 | ||||||
|         <!-- Test 测试相关 --> |         <!-- Test 测试相关 --> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 芋道源码
						芋道源码