| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | <!--外部引入--> |
| | | <dependency> |
| | | <groupId>com.whyc</groupId> |
| | | <artifactId>face</artifactId> |
| | | <version>1.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.0.0.0.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.whyc</groupId> |
| | | <artifactId>face-linux</artifactId> |
| | | <version>1.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.0.0.0_linux.jar</systemPath> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | <configuration> |
| | | <!-- 工程主入口--> |
| | | <mainClass>com.whyc.App</mainClass> |
| | | <fork>true</fork> |
| | | <includeSystemScope>true</includeSystemScope><!--添加此项--> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |