Skip to content

Commit

Permalink
build: swagger 加载bug 修复发版
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Apr 23, 2021
1 parent 35b9d2b commit 90a915a
Show file tree
Hide file tree
Showing 46 changed files with 75 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-parent</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ _|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'

:: Based On Spring Boot Version :: ${spring-boot.formatted-version}
:: Bubble Fireworks Version :: (v1.0.0-RELEASE)
:: Bubble Fireworks Version :: (v1.0.1-RELEASE)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bubble-fireworks-cloud</artifactId>
<groupId>cn.fxbin.bubble</groupId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-cloud-openfeign</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bubble-fireworks-project/bubble-fireworks-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bubble-fireworks-parent</artifactId>
<groupId>cn.fxbin.bubble</groupId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bubble-fireworks-project/bubble-fireworks-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-parent</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-data-elasticsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-data-mybatis</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-data-redis</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bubble-fireworks-data</artifactId>
<groupId>cn.fxbin.bubble</groupId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-data-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bubble-fireworks-project/bubble-fireworks-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-parent</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
</parent>

Expand Down
58 changes: 29 additions & 29 deletions bubble-fireworks-project/bubble-fireworks-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-build</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -52,170 +52,170 @@
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-core</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-autoconfigure</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-web</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<!-- bubble fireworks plugins -->
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-logging</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-test</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-http</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-swagger</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-dynamic-threadpool</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-lock</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-xxl-job</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugin-token</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<!-- bubble fireworks cloud -->
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-cloud-openfeign</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<!-- bubble-fireworks data -->
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data-mybatis</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data-elasticsearch</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-data-redis</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<!-- bubble fireworks starters -->
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-logging</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-test</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-web</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-mybatis</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-swagger</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-openfeign</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-elasticsearch</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-dynamic-threadpool</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-lock</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-redis</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-xxl-job</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-token</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</dependency>

<!-- Spring Boot POM -->
Expand Down
2 changes: 1 addition & 1 deletion bubble-fireworks-project/bubble-fireworks-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-dependencies</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-dependencies/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-dynamic-threadpool</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bubble-fireworks-plugins</artifactId>
<groupId>cn.fxbin.bubble</groupId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-excel</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-http</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-lock</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-logging</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-swagger</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bubble-fireworks-plugins</artifactId>
<groupId>cn.fxbin.bubble</groupId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-token</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-plugins</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<artifactId>bubble-fireworks-plugin-xxl-job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bubble-fireworks-project/bubble-fireworks-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-parent</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<relativePath>../bubble-fireworks-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 90a915a

Please sign in to comment.