@@ -48,7 +48,7 @@ public class Swagger3Config extends AbstractManager implements WebMvcConfigurer | |||
private ApiInfo apiInfo() { | |||
return new ApiInfoBuilder() | |||
//设置文档标题(API名称) | |||
.title("Sample工程API接口文档") | |||
.title("Msgw工程API接口文档") | |||
//文档描述 | |||
.description("接口说明") | |||
//服务条款URL |
@@ -1,6 +1,6 @@ | |||
spring: | |||
application: | |||
name: samplew | |||
name: msgw | |||
mvc: | |||
locale: zh_CN | |||
messages: | |||
@@ -32,9 +32,9 @@ spring: | |||
- data-id: comm-client.yaml | |||
refresh: true | |||
server: | |||
port: 8085 | |||
port: 9084 | |||
servlet: | |||
context-path: /samplew/ | |||
context-path: /msgw/ | |||
#应用相关配置 | |||
app: |