| | |
| | | <groupId>com.iailab</groupId> |
| | | <artifactId>iailab-common-test</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-validation</artifactId> |
| | | </dependency> |
| | | </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>--> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |