no message
This commit is contained in:
@ -42,7 +42,7 @@ public class SwaggerConfig {
|
|||||||
private ApiInfo apiInfo() {
|
private ApiInfo apiInfo() {
|
||||||
return new ApiInfoBuilder()
|
return new ApiInfoBuilder()
|
||||||
.title("支付服务接口文档")
|
.title("支付服务接口文档")
|
||||||
.description("sczx_singlepay服务接口文档")
|
.description("sczx_notify服务接口文档")
|
||||||
.version("1.0")
|
.version("1.0")
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: sczx-singlepay # 微服务名称
|
name: sczx-notify # 微服务名称
|
||||||
http:
|
http:
|
||||||
encoding:
|
encoding:
|
||||||
charset: UTF-8
|
charset: UTF-8
|
||||||
|
|||||||
@ -4,7 +4,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: sczx-singlepay # 微服务名称
|
name: sczx-notify # 微服务名称
|
||||||
http:
|
http:
|
||||||
encoding:
|
encoding:
|
||||||
charset: UTF-8
|
charset: UTF-8
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
|
spring:
|
||||||
server:
|
application:
|
||||||
port: 8018
|
name: sczx-notify # 微服务名称
|
||||||
Reference in New Issue
Block a user