commit
						4e0bb86b68
					
				|  | @ -101,7 +101,7 @@ | ||||||
|             <plugin> |             <plugin> | ||||||
|                 <groupId>org.springframework.boot</groupId> |                 <groupId>org.springframework.boot</groupId> | ||||||
|                 <artifactId>spring-boot-maven-plugin</artifactId> |                 <artifactId>spring-boot-maven-plugin</artifactId> | ||||||
|                 <version>2.7.8</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> |                 <version>${spring.boot.version}</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> | ||||||
|                 <configuration> |                 <configuration> | ||||||
|                     <fork>true</fork> |                     <fork>true</fork> | ||||||
|                 </configuration> |                 </configuration> | ||||||
|  |  | ||||||
|  | @ -122,4 +122,26 @@ | ||||||
|             <artifactId>yudao-spring-boot-starter-flowable</artifactId> |             <artifactId>yudao-spring-boot-starter-flowable</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> | ||||||
|  |                 <configuration> | ||||||
|  |                     <fork>true</fork> | ||||||
|  |                 </configuration> | ||||||
|  |                 <executions> | ||||||
|  |                     <execution> | ||||||
|  |                         <goals> | ||||||
|  |                             <goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> | ||||||
|  |                         </goals> | ||||||
|  |                     </execution> | ||||||
|  |                 </executions> | ||||||
|  |             </plugin> | ||||||
|  |         </plugins> | ||||||
|  |     </build> | ||||||
| </project> | </project> | ||||||
|  |  | ||||||
|  | @ -147,5 +147,27 @@ | ||||||
|         </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> | ||||||
|  |                 <configuration> | ||||||
|  |                     <fork>true</fork> | ||||||
|  |                 </configuration> | ||||||
|  |                 <executions> | ||||||
|  |                     <execution> | ||||||
|  |                         <goals> | ||||||
|  |                             <goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> | ||||||
|  |                         </goals> | ||||||
|  |                     </execution> | ||||||
|  |                 </executions> | ||||||
|  |             </plugin> | ||||||
|  |         </plugins> | ||||||
|  |     </build> | ||||||
| 
 | 
 | ||||||
| </project> | </project> | ||||||
|  |  | ||||||
|  | @ -132,4 +132,26 @@ | ||||||
|         </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> | ||||||
|  |                 <configuration> | ||||||
|  |                     <fork>true</fork> | ||||||
|  |                 </configuration> | ||||||
|  |                 <executions> | ||||||
|  |                     <execution> | ||||||
|  |                         <goals> | ||||||
|  |                             <goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> | ||||||
|  |                         </goals> | ||||||
|  |                     </execution> | ||||||
|  |                 </executions> | ||||||
|  |             </plugin> | ||||||
|  |         </plugins> | ||||||
|  |     </build> | ||||||
| </project> | </project> | ||||||
|  |  | ||||||
|  | @ -162,5 +162,27 @@ | ||||||
|         </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> | ||||||
|  |                 <configuration> | ||||||
|  |                     <fork>true</fork> | ||||||
|  |                 </configuration> | ||||||
|  |                 <executions> | ||||||
|  |                     <execution> | ||||||
|  |                         <goals> | ||||||
|  |                             <goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> | ||||||
|  |                         </goals> | ||||||
|  |                     </execution> | ||||||
|  |                 </executions> | ||||||
|  |             </plugin> | ||||||
|  |         </plugins> | ||||||
|  |     </build> | ||||||
| 
 | 
 | ||||||
| </project> | </project> | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ spring: | ||||||
|       # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类 |       # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类 | ||||||
|       config: |       config: | ||||||
|         server-addr: 127.0.0.1:8848 # Nacos 服务器地址 |         server-addr: 127.0.0.1:8848 # Nacos 服务器地址 | ||||||
|         namespace: dev # 命名空间。这里使用 dev 开发环境 |         namespace: dev # 命名空间dev的ID,不能直接使用dev名称。创建命名空间的时候需要指定ID为dev,这里使用 dev 开发环境 | ||||||
|         group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP |         group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP | ||||||
|         name: # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name |         name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name | ||||||
|         file-extension: yaml # 使用的 Nacos 配置集的 dataId 的文件拓展名,同时也是 Nacos 配置集的配置格式,默认为 properties |         file-extension: yaml # 使用的 Nacos 配置集的 dataId 的文件拓展名,同时也是 Nacos 配置集的配置格式,默认为 properties | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 芋道源码
						芋道源码