From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001
From: EricsHu <hrr145632>
Date: 星期一, 05 十二月 2022 14:27:43 +0800
Subject: [PATCH] 处理编码

---
 src/main/java/com/qxueyou/scc/config/Swagger2.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/config/Swagger2.java b/src/main/java/com/qxueyou/scc/config/Swagger2.java
index 275df8b..5cf4f34 100644
--- a/src/main/java/com/qxueyou/scc/config/Swagger2.java
+++ b/src/main/java/com/qxueyou/scc/config/Swagger2.java
@@ -14,13 +14,13 @@
 import springfox.documentation.swagger2.annotations.EnableSwagger2;
 
 /**
- * SWAGGER2配置,访问地址:http://xxxx:8090/scc/swagger-ui.html
+ * SWAGGER2閰嶇疆,璁块棶鍦板潃:http://xxxx:8090/scc/swagger-ui.html
  * 
  * @author kevin
  */
 @Configuration
 @EnableSwagger2
-//@Profile("dev")//测试环境配置,正式环境不配置
+//@Profile("dev")//娴嬭瘯鐜閰嶇疆锛屾寮忕幆澧冧笉閰嶇疆
 public class Swagger2 {
 	
 	@Autowired
@@ -38,8 +38,8 @@
 
     private ApiInfo apiInfo() {
         return new ApiInfoBuilder()
-                .title("智慧蓝项目接口 restful api")
-                .description("本API基于Swagger 2.9.2版本构建")
+                .title("鏅烘収钃濋」鐩帴鍙� restful api")
+                .description("鏈珹PI鍩轰簬Swagger 2.9.2鐗堟湰鏋勫缓")
                 .termsOfServiceUrl(config.getDomain())
                 .contact(new Contact("kevin","",""))
                 .version("1.0")

--
Gitblit v1.8.0