update
This commit is contained in:
@@ -33,21 +33,6 @@
|
|||||||
<groupId>com.aliyun.oss</groupId>
|
<groupId>com.aliyun.oss</groupId>
|
||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 服务注册与发现依赖 -->
|
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
||||||
<!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
<!-- <!– SpringCloud Alibaba Nacos Config –>-->
|
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
||||||
<!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
<!-- ELK -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.danielwegener</groupId>
|
|
||||||
<artifactId>logback-kafka-appender</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import java.util.List;
|
|||||||
* @description:
|
* @description:
|
||||||
* @date 2023/05/15 02:52
|
* @date 2023/05/15 02:52
|
||||||
*/
|
*/
|
||||||
@Profile({"local", "dev", "ab", "test", "pre"})
|
@Profile({"local", "test", "pre"})
|
||||||
@Configuration
|
@Configuration
|
||||||
@EnableSwagger2
|
@EnableSwagger2
|
||||||
@EnableKnife4j
|
@EnableKnife4j
|
||||||
@@ -38,7 +38,7 @@ public class Swagger2Config {
|
|||||||
|
|
||||||
private ApiInfo getApiInfo() {
|
private ApiInfo getApiInfo() {
|
||||||
return new ApiInfoBuilder()
|
return new ApiInfoBuilder()
|
||||||
.title("coolstore-partner-manage")
|
.title("xfsg")
|
||||||
.description("接口文档")
|
.description("接口文档")
|
||||||
.version("1.0")
|
.version("1.0")
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Reference in New Issue
Block a user