no message

This commit is contained in:
2025-09-29 02:08:45 +08:00
parent 737b444acf
commit 8cc3bd34e4
4 changed files with 6 additions and 6 deletions

View File

@ -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();
} }

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
spring:
server: application:
port: 8018 name: sczx-notify # 微服务名称