Skip to content

Commit

Permalink
feat: 2022.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoker committed Jan 20, 2022
1 parent 5262d98 commit 23f4e50
Show file tree
Hide file tree
Showing 184 changed files with 202 additions and 233 deletions.
2 changes: 1 addition & 1 deletion dc3-api/dc3-api-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-api</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-api-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dc3-api/dc3-api-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-api</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-api-data</artifactId>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion dc3-api/dc3-api-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-api</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-api-manager</artifactId>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion dc3-api/dc3-api-rtmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-api</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-api-rtmp</artifactId>
Expand Down

This file was deleted.

30 changes: 3 additions & 27 deletions dc3-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>iot-dc3</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-api</artifactId>
Expand All @@ -38,34 +38,10 @@

<dependencies>

<!-- Resilience4j -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-resilience4j</artifactId>
</dependency>

<!-- Open Feign -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>

<!-- Feign OkHttp -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>

<!-- Feign Jackson -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-jackson</artifactId>
</dependency>

<!-- Dc3 Common Base -->
<!-- Dc3 Common Api -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-base</artifactId>
<artifactId>dc3-common-api</artifactId>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions dc3-center/dc3-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-center</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-auth</artifactId>
Expand All @@ -36,13 +36,13 @@
<!-- Dc3 Common Core -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-core</artifactId>
<artifactId>dc3-common-core</artifactId>
</dependency>

<!-- Dc3 Common Profiles -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-profiles</artifactId>
<artifactId>dc3-common-profiles</artifactId>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions dc3-center/dc3-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-center</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-data</artifactId>
Expand Down Expand Up @@ -58,13 +58,13 @@
<!-- Dc3 Common Core -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-core</artifactId>
<artifactId>dc3-common-core</artifactId>
</dependency>

<!-- Dc3 Common Profiles -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-profiles</artifactId>
<artifactId>dc3-common-profiles</artifactId>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions dc3-center/dc3-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-center</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-manager</artifactId>
Expand Down Expand Up @@ -52,13 +52,13 @@
<!-- Dc3 Common Core -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-core</artifactId>
<artifactId>dc3-common-core</artifactId>
</dependency>

<!-- Dc3 Common Profiles -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-profiles</artifactId>
<artifactId>dc3-common-profiles</artifactId>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dc3-center/dc3-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-center</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-monitor</artifactId>
Expand All @@ -36,7 +36,7 @@
<!-- Dc3 Common Profiles -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-profiles</artifactId>
<artifactId>dc3-common-profiles</artifactId>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dc3-center/dc3-register/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-center</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-register</artifactId>
Expand All @@ -42,7 +42,7 @@
<!-- Dc3 Common Profiles -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-profiles</artifactId>
<artifactId>dc3-common-profiles</artifactId>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dc3-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>iot-dc3</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-center</artifactId>
Expand Down
65 changes: 65 additions & 0 deletions dc3-common/dc3-common-api/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2016-2021 Pnoker. All Rights Reserved.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ http://www.apache.org/licenses/LICENSE-2.0
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-common</artifactId>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-common-api</artifactId>
<packaging>jar</packaging>

<description>IOT DC3 平台 公共接口逻辑。</description>

<dependencies>

<!-- Resilience4j -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-resilience4j</artifactId>
</dependency>

<!-- Open Feign -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>

<!-- Feign OkHttp -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>

<!-- Feign Jackson -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-jackson</artifactId>
</dependency>

<!-- Dc3 Common Base -->
<dependency>
<groupId>com.dc3</groupId>
<artifactId>dc3-common-base</artifactId>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* limitations under the License.
*/

package com.dc3.api.center.auth.config;
package com.dc3.common.config;

import feign.Logger;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.dc3.common.config.OpenFeignConfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<parent>
<groupId>com.dc3</groupId>
<artifactId>dc3-common</artifactId>
<version>1.3.2.SR</version>
<version>2022.1.0</version>
</parent>

<artifactId>dc3-base</artifactId>
<artifactId>dc3-common-base</artifactId>
<packaging>jar</packaging>

<description>IOT DC3 平台 公共基础集合。</description>
Expand Down
Loading

0 comments on commit 23f4e50

Please sign in to comment.