lixueqiang 2 سال پیش
والد
کامیت
9cc37d17db

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
db/kxs_config.sql


+ 0 - 19
kxs-common/kxs-common-swagger/pom.xml

@@ -1,23 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, lengleng All rights reserved.
-  ~
-  ~  Redistribution and use in source and binary forms, with or without
-  ~  modification, are permitted provided that the following conditions are met:
-  ~
-  ~ Redistributions of source code must retain the above copyright notice,
-  ~  this list of conditions and the following disclaimer.
-  ~  Redistributions in binary form must reproduce the above copyright
-  ~  notice, this list of conditions and the following disclaimer in the
-  ~  documentation and/or other materials provided with the distribution.
-  ~  Neither the name of the sky4cloud.com developer nor the names of its
-  ~  contributors may be used to endorse or promote products derived from
-  ~  this software without specific prior written permission.
-  ~  Author: lengleng (wangiegie@gmail.com)
-  ~
-  -->
-
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>

+ 2 - 16
kxs-common/kxs-common-swagger/src/main/java/com/kxs/common/swagger/annotation/EnableSkyDoc.java

@@ -1,18 +1,4 @@
-/*
- * Copyright (c) 2020 sky4cloud Authors. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
 
 package com.kxs.common.swagger.annotation;
 
@@ -26,7 +12,7 @@ import java.lang.annotation.*;
 /**
  * 开启 sky spring doc
  *
- * @author lengleng
+ * @author Lxq
  * @date 2022-03-26
  */
 @Target({ ElementType.TYPE })

+ 2 - 17
kxs-common/kxs-common-swagger/src/main/java/com/kxs/common/swagger/config/OpenAPIDefinition.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, lengleng All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * Neither the name of the sky4cloud.com developer nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- * Author: lengleng (wangiegie@gmail.com)
- */
+
 package com.kxs.common.swagger.config;
 
 import com.kxs.common.swagger.support.SwaggerProperties;
@@ -48,7 +33,7 @@ import java.util.List;
  * havingValue = "true") 然后在测试配置或者开发配置中添加swagger.enable=true即可开启,生产环境不填则默认关闭Swagger.
  * </p>
  *
- * @author lengleng
+ * @author Lxq
  */
 @RequiredArgsConstructor
 @ConditionalOnProperty(name = "swagger.enabled", matchIfMissing = true)

+ 1 - 1
kxs-common/kxs-common-swagger/src/main/java/com/kxs/common/swagger/config/OpenAPIDefinitionImportSelector.java

@@ -11,7 +11,7 @@ import java.util.Optional;
 /**
  * openapi 配置类
  *
- * @author lengleng
+ * @author Lxq
  * @date 2023/1/1
  */
 public class OpenAPIDefinitionImportSelector implements ImportBeanDefinitionRegistrar {

+ 1 - 1
kxs-common/kxs-common-swagger/src/main/java/com/kxs/common/swagger/config/OpenAPIMetadataRegister.java

@@ -8,7 +8,7 @@ import org.springframework.context.ApplicationContext;
 import org.springframework.context.ApplicationContextAware;
 
 /**
- * @author lengleng
+ * @author Lxq
  * @date 2023/1/4
  */
 public class OpenAPIMetadataRegister implements InitializingBean, ApplicationContextAware {

+ 2 - 17
kxs-common/kxs-common-swagger/src/main/java/com/kxs/common/swagger/support/SwaggerProperties.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, lengleng All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * Neither the name of the sky4cloud.com developer nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- * Author: lengleng (wangiegie@gmail.com)
- */
+
 package com.kxs.common.swagger.support;
 
 import lombok.Data;
@@ -26,7 +11,7 @@ import java.util.Map;
 /**
  * SwaggerProperties
  *
- * @author lengleng
+ * @author Lxq
  * @date 2018/7/25 14:00
  */
 @Data

+ 2 - 2
kxs-system/kxs-system-api/src/main/java/com/kxs/system/api/feign/RemoteUserService.java

@@ -10,8 +10,8 @@ import org.springframework.web.bind.annotation.RequestHeader;
 import org.springframework.web.service.annotation.GetExchange;
 
 /**
- * @author lengleng
- * @date 2018/6/22
+ * @author Lxq
+ * @date 2021/6/22
  */
 public interface RemoteUserService {
 

+ 6 - 6
pom.xml

@@ -219,6 +219,12 @@
                 <artifactId>kxs-common-mybatis</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>fastjson</artifactId>
+                <version>${fastjson.version}</version>
+            </dependency>
+
 
             <!-- 系统管理模块 -->
             <dependency>
@@ -227,12 +233,6 @@
                 <version>${project.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>com.alibaba</groupId>
-                <artifactId>fastjson</artifactId>
-                <version>${fastjson.version}</version>
-            </dependency>
-
         </dependencies>
     </dependencyManagement>
 

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است