|
|
@ -19,19 +19,19 @@ |
|
|
<start-class>com.inspect.simulator.InspectSimulatorApplication</start-class> |
|
|
<start-class>com.inspect.simulator.InspectSimulatorApplication</start-class> |
|
|
</properties> |
|
|
</properties> |
|
|
<dependencies> |
|
|
<dependencies> |
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-boot-starter</artifactId>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-boot-starter-web</artifactId>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-boot-starter</artifactId>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-boot-starter-web</artifactId>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId> |
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId> |
|
|
@ -43,24 +43,24 @@ |
|
|
<version>${nacos.client.version}</version> |
|
|
<version>${nacos.client.version}</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-api</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-client</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-common</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-api</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-client</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
|
<artifactId>nacos-common</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
<artifactId>spring-cloud-dependencies</artifactId> |
|
|
<artifactId>spring-cloud-dependencies</artifactId> |
|
|
@ -68,21 +68,21 @@ |
|
|
<type>pom</type> |
|
|
<type>pom</type> |
|
|
<scope>import</scope> |
|
|
<scope>import</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId> |
|
|
|
|
|
<version>${spring.cloud.alibaba.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
@ -171,11 +171,11 @@ |
|
|
<version>1.0.0</version> |
|
|
<version>1.0.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.data</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-data-redis</artifactId>--> |
|
|
|
|
|
<!-- <version>2.7.17</version>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.springframework.data</groupId>--> |
|
|
|
|
|
<!-- <artifactId>spring-data-redis</artifactId>--> |
|
|
|
|
|
<!-- <version>2.7.17</version>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
@ -245,7 +245,6 @@ |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- OpenCV --> |
|
|
<!-- OpenCV --> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.openpnp</groupId> |
|
|
<groupId>org.openpnp</groupId> |
|
|
@ -279,6 +278,12 @@ |
|
|
<version>2.11.0</version> |
|
|
<version>2.11.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- WebClient --> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
</dependencies> |
|
|
</dependencies> |
|
|
<dependencyManagement> |
|
|
<dependencyManagement> |
|
|
<dependencies> |
|
|
<dependencies> |
|
|
|