| 
														
															@@ -76,13 +76,76 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     <build> 
														 | 
														
														 | 
														
															     <build> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <plugins> 
														 | 
														
														 | 
														
															         <plugins> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--            <plugin>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                <groupId>org.springframework.boot</groupId>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                <artifactId>spring-boot-maven-plugin</artifactId>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                <version>2.5.15</version>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                <configuration>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                    <fork>true</fork> <!– 如果没有该配置,devtools不会生效 –>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                </configuration>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                <executions>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                    <execution>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                        <goals>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                            <goal>repackage</goal>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                        </goals>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                    </execution>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--                </executions>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--            </plugin>--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <plugin> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <groupId>org.apache.maven.plugins</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <artifactId>maven-war-plugin</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <version>3.1.0</version> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <failOnMissingWebXml>false</failOnMissingWebXml> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <warName>${project.artifactId}</warName> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                </configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            </plugin> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <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.5.15</version> 
														 | 
														
														 | 
														
															                 <version>2.5.15</version> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <configuration> 
														 | 
														
														 | 
														
															                 <configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 --> 
														 | 
														
														 | 
														
															                     <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <executable>true</executable> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <layout>ZIP</layout> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <!--这里是填写需要包含进去的jar, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                         必须项目中的某些模块,会经常变动,那么就应该将其坐标写进来 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                         如果没有则nothing ,表示不打包依赖 --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <includes> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 定时任务--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-quartz</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 代码生成--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-generator</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 核心模块--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-framework</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 系统模块--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-system</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 通用工具--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-common</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <!-- 业务模块--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <groupId>com.jjt</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <artifactId>jjt-biz</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    </includes> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </configuration> 
														 | 
														
														 | 
														
															                 </configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <executions> 
														 | 
														
														 | 
														
															                 <executions> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     <execution> 
														 | 
														
														 | 
														
															                     <execution> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         <goals> 
														 | 
														
														 | 
														
															                         <goals> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -90,15 +153,28 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         </goals> 
														 | 
														
														 | 
														
															                         </goals> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     </execution> 
														 | 
														
														 | 
														
															                     </execution> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </executions> 
														 | 
														
														 | 
														
															                 </executions> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </plugin> 
														 | 
														
														 | 
														
															             </plugin> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <!--拷贝依赖到jar外面的lib目录--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <plugin> 
														 | 
														
														 | 
														
															             <plugin> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <groupId>org.apache.maven.plugins</groupId> 
														 | 
														
														 | 
														
															                 <groupId>org.apache.maven.plugins</groupId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                <artifactId>maven-war-plugin</artifactId> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                <version>3.1.0</version> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                <configuration> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <failOnMissingWebXml>false</failOnMissingWebXml> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <warName>${project.artifactId}</warName> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                </configuration> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <artifactId>maven-dependency-plugin</artifactId> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <executions> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <execution> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <id>copy</id> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <phase>package</phase> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <goals> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <goal>copy-dependencies</goal> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </goals> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        <configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <!--指定的依赖路径--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <outputDirectory>${project.build.directory}/lib</outputDirectory> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <!--排除的ArtifactId--> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            <excludeArtifactIds>jjt-framework,jjt-system,jjt-quartz,jjt-generator,jjt-common,jjt-biz</excludeArtifactIds> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        </configuration> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    </execution> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                </executions> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </plugin> 
														 | 
														
														 | 
														
															             </plugin> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </plugins> 
														 | 
														
														 | 
														
															         </plugins> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <finalName>jy2024</finalName> 
														 | 
														
														 | 
														
															         <finalName>jy2024</finalName> 
														 |