update
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.List;
|
||||
* @description:
|
||||
* @date 2023/05/15 02:52
|
||||
*/
|
||||
@Profile({"local", "dev", "ab", "test", "pre"})
|
||||
@Profile({"local", "test", "pre"})
|
||||
@Configuration
|
||||
@EnableSwagger2
|
||||
@EnableKnife4j
|
||||
@@ -38,7 +38,7 @@ public class Swagger2Config {
|
||||
|
||||
private ApiInfo getApiInfo() {
|
||||
return new ApiInfoBuilder()
|
||||
.title("coolstore-partner-manage")
|
||||
.title("xfsg")
|
||||
.description("接口文档")
|
||||
.version("1.0")
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user