Browse Source

init: init project step3: rebuild 3

shc 1 year ago
parent
commit
a5d6d54b61
100 changed files with 234 additions and 1880 deletions
  1. 0 19
      hnqz-auth/pom.xml
  2. 0 19
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/HnqzAuthApplication.java
  3. 0 18
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/config/AuthorizationServerConfig.java
  4. 0 18
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/config/WebSecurityConfigurer.java
  5. 0 18
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/endpoint/HnqzTokenEndpoint.java
  6. 0 16
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/handler/HnqzAuthenticationFailureEventHandler.java
  7. 0 16
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/handler/HnqzAuthenticationSuccessEventHandler.java
  8. 0 16
      hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/service/HnqzUserDetailsServiceImpl.java
  9. 0 17
      hnqz-auth/src/main/resources/logback-spring.xml
  10. 221 221
      hnqz-common/hnqz-common-bom/pom.xml
  11. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/config/MessageSourceConfig.java
  12. 1 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/config/RestTemplateConfig.java
  13. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/CommonConstants.java
  14. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/SecurityConstants.java
  15. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/ServiceNameConstants.java
  16. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/LoginTypeEnum.java
  17. 1 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/ProcessStatusEnum.java
  18. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/ResourceTypeEnum.java
  19. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/TaskStatusEnum.java
  20. 1 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/BizException.java
  21. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/CheckedException.java
  22. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/ValidateCodeException.java
  23. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/Sensitive.java
  24. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/SensitiveSerialize.java
  25. 0 16
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/SensitiveTypeEnum.java
  26. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/ClassUtils.java
  27. 0 17
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/DesensitizedUtils.java
  28. 0 19
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/SpringContextHolder.java
  29. 0 18
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/WebUtils.java
  30. 0 19
      hnqz-common/hnqz-common-data/pom.xml
  31. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/DefaultRedisCacheWriter.java
  32. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisAutoCacheManager.java
  33. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisCacheAutoConfiguration.java
  34. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisCacheManagerConfig.java
  35. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisTemplateConfig.java
  36. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScope.java
  37. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeFuncEnum.java
  38. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeHandle.java
  39. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeInterceptor.java
  40. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeTypeEnum.java
  41. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/HnqzDefaultDatascopeHandle.java
  42. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/mybatis/MybatisPlusConfiguration.java
  43. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/resolver/SqlFilterArgumentResolver.java
  44. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/resolver/WebMvcConfig.java
  45. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzFeignTenantInterceptor.java
  46. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzTenantConfiguration.java
  47. 1 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzTenantHandler.java
  48. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/TenantContextHolder.java
  49. 0 16
      hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/TenantContextHolderFilter.java
  50. 0 17
      hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/DynamicDataSourceAutoConfiguration.java
  51. 0 17
      hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/config/JdbcDynamicDataSourceProvider.java
  52. 0 16
      hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/config/LastParamDsProcessor.java
  53. 0 16
      hnqz-common/hnqz-common-feign/src/main/java/com/qunzhixinxi/hnqz/common/feign/HnqzFeignAutoConfiguration.java
  54. 0 16
      hnqz-common/hnqz-common-feign/src/main/java/com/qunzhixinxi/hnqz/common/feign/annotation/EnableHnqzFeignClients.java
  55. 0 16
      hnqz-common/hnqz-common-feign/src/main/java/org/springframework/cloud/openfeign/HnqzFeignClientsRegistrar.java
  56. 0 19
      hnqz-common/hnqz-common-gateway/pom.xml
  57. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/annotation/EnableHnqzDynamicRoute.java
  58. 1 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/configuration/DynamicRouteAutoConfiguration.java
  59. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/configuration/GrayLoadBalancerClientConfiguration.java
  60. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/filter/GrayReactiveLoadBalancerClientFilter.java
  61. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/rule/GrayLoadBalancer.java
  62. 1 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/rule/VersionGrayLoadBalancer.java
  63. 1 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/DynamicRouteInitEvent.java
  64. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/HnqzRibbonRuleProperties.java
  65. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/RedisRouteDefinitionWriter.java
  66. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/RouteCacheHolder.java
  67. 0 16
      hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/vo/RouteDefinitionVo.java
  68. 0 18
      hnqz-common/hnqz-common-gray/pom.xml
  69. 0 17
      hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/GrayRibbonLoadBalancerConfiguration.java
  70. 0 17
      hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/feign/GrayFeignRequestInterceptor.java
  71. 0 17
      hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/rule/GrayRibbonLoadBalancerRule.java
  72. 0 18
      hnqz-common/hnqz-common-job/pom.xml
  73. 0 17
      hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/XxlJobAutoConfiguration.java
  74. 0 17
      hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/annotation/EnableHnqzXxlJob.java
  75. 0 17
      hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlAdminProperties.java
  76. 0 17
      hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlExecutorProperties.java
  77. 0 17
      hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlJobProperties.java
  78. 0 18
      hnqz-common/hnqz-common-log/pom.xml
  79. 0 19
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/LogAutoConfiguration.java
  80. 0 18
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/annotation/SysLog.java
  81. 0 18
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/aspect/SysLogAspect.java
  82. 0 19
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/event/SysLogEvent.java
  83. 0 18
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/event/SysLogListener.java
  84. 0 19
      hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/util/SysLogUtils.java
  85. 0 17
      hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/OssAutoConfiguration.java
  86. 0 17
      hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/OssProperties.java
  87. 0 17
      hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/http/OssEndpoint.java
  88. 0 17
      hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/service/OssTemplate.java
  89. 0 17
      hnqz-common/hnqz-common-security/pom.xml
  90. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/annotation/EnableHnqzResourceServer.java
  91. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/annotation/Inner.java
  92. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/GlobalExceptionHandlerResolver.java
  93. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzAuth2ExceptionSerializer.java
  94. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzPreAuthenticationChecks.java
  95. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerAutoConfiguration.java
  96. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerConfigurerAdapter.java
  97. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerTokenRelayAutoConfiguration.java
  98. 1 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzSecurityBeanDefinitionRegistrar.java
  99. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzSecurityInnerAspect.java
  100. 0 16
      hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzTokenEnhancer.java

+ 0 - 19
hnqz-auth/pom.xml

@@ -1,23 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
-
 <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>

+ 0 - 19
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/HnqzAuthApplication.java

@@ -1,22 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
-
 package com.qunzhixinxi.hnqz.auth;
 
 import com.qunzhixinxi.hnqz.common.feign.annotation.EnableHnqzFeignClients;

+ 0 - 18
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/config/AuthorizationServerConfig.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.auth.config;
 

+ 0 - 18
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/config/WebSecurityConfigurer.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.auth.config;
 

+ 0 - 18
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/endpoint/HnqzTokenEndpoint.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.auth.endpoint;
 

+ 0 - 16
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/handler/HnqzAuthenticationFailureEventHandler.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.auth.handler;
 

+ 0 - 16
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/handler/HnqzAuthenticationSuccessEventHandler.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.auth.handler;
 

+ 0 - 16
hnqz-auth/src/main/java/com/qunzhixinxi/hnqz/auth/service/HnqzUserDetailsServiceImpl.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.auth.service;
 

+ 0 - 17
hnqz-auth/src/main/resources/logback-spring.xml

@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  -->
-
 <!--
     小技巧: 在根pom里面设置统一存放路径,统一管理方便维护
     <properties>

+ 221 - 221
hnqz-common/hnqz-common-bom/pom.xml

@@ -1,229 +1,229 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-		 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		 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>
-	<parent>
-		<artifactId>pigx-cloud-dependencies-parent</artifactId>
-		<groupId>com.pig4cloud</groupId>
-		<version>Hoxton.SR5</version>
-		<relativePath/>
-	</parent>
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         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>
+    <parent>
+        <artifactId>pigx-cloud-dependencies-parent</artifactId>
+        <groupId>com.pig4cloud</groupId>
+        <version>Hoxton.SR5</version>
+        <relativePath/>
+    </parent>
 
-	<groupId>com.qunzhixinxi</groupId>
-	<artifactId>hnqz-common-bom</artifactId>
-	<packaging>pom</packaging>
-	<version>3.9.0</version>
-	<description>hnqz 公共版本控制</description>
+    <groupId>com.qunzhixinxi</groupId>
+    <artifactId>hnqz-common-bom</artifactId>
+    <packaging>pom</packaging>
+    <version>3.9.0</version>
+    <description>hnqz 公共版本控制</description>
 
-	<properties>
-		<hnqz.version>3.9.0</hnqz.version>
-		<mybatis-plus.version>3.3.2</mybatis-plus.version>
-		<dynamic-ds.version>3.0.0</dynamic-ds.version>
-		<druid.version>1.1.22</druid.version>
-		<mysql.connector.version>8.0.20</mysql.connector.version>
-		<mp.weixin.version>3.7.0</mp.weixin.version>
-		<groovy.version>3.0.3</groovy.version>
-		<security.oauth.version>2.3.6.RELEASE</security.oauth.version>
-		<fastjson.version>1.2.69</fastjson.version>
-		<commons-io.version>2.8.0</commons-io.version>
-		<dm.version>8.1.2.192</dm.version>
-		<highgo.version>6.2.0</highgo.version>
-	</properties>
+    <properties>
+        <hnqz.version>3.9.0</hnqz.version>
+        <mybatis-plus.version>3.3.2</mybatis-plus.version>
+        <dynamic-ds.version>3.0.0</dynamic-ds.version>
+        <druid.version>1.1.22</druid.version>
+        <mysql.connector.version>8.0.20</mysql.connector.version>
+        <mp.weixin.version>4.6.0</mp.weixin.version>
+        <groovy.version>3.0.3</groovy.version>
+        <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
+        <fastjson.version>1.2.69</fastjson.version>
+        <commons-io.version>2.8.0</commons-io.version>
+        <dm.version>8.1.2.192</dm.version>
+        <highgo.version>6.2.0</highgo.version>
+    </properties>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-core</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-data</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-gateway</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-gray</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-datasource</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-job</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-log</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-oss</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-security</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-sentinel</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-feign</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-sequence</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-common-mq</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.qunzhixinxi</groupId>
-				<artifactId>hnqz-upms-api</artifactId>
-				<version>${hnqz.version}</version>
-			</dependency>
-			<!--mybatis plus extension,包含了mybatis plus core-->
-			<dependency>
-				<groupId>com.baomidou</groupId>
-				<artifactId>mybatis-plus-extension</artifactId>
-				<version>${mybatis-plus.version}</version>
-			</dependency>
-			<!--mybatis-->
-			<dependency>
-				<groupId>com.baomidou</groupId>
-				<artifactId>mybatis-plus-boot-starter</artifactId>
-				<version>${mybatis-plus.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.baomidou</groupId>
-				<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
-				<version>${dynamic-ds.version}</version>
-			</dependency>
-			<!-- druid 连接池 -->
-			<dependency>
-				<groupId>com.alibaba</groupId>
-				<artifactId>druid-spring-boot-starter</artifactId>
-				<version>${druid.version}</version>
-			</dependency>
-			<!--DM8-->
-			<dependency>
-				<groupId>com.dameng</groupId>
-				<artifactId>DmJdbcDriver18</artifactId>
-				<version>${dm.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.dameng</groupId>
-				<artifactId>DmDialect-for-hibernate5.3</artifactId>
-				<version>${dm.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.highgo</groupId>
-				<artifactId>HgdbJdbc</artifactId>
-				<version>${highgo.version}</version>
-			</dependency>
-			<!--fastjson-->
-			<dependency>
-				<groupId>com.alibaba</groupId>
-				<artifactId>fastjson</artifactId>
-				<version>${fastjson.version}</version>
-			</dependency>
-			<!-- io -->
-			<dependency>
-				<groupId>commons-io</groupId>
-				<artifactId>commons-io</artifactId>
-				<version>${commons-io.version}</version>
-			</dependency>
-			<!--微信依赖-->
-			<dependency>
-				<groupId>com.github.binarywang</groupId>
-				<artifactId>weixin-java-mp</artifactId>
-				<version>${mp.weixin.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.github.binarywang</groupId>
-				<artifactId>weixin-java-common</artifactId>
-				<version>${mp.weixin.version}</version>
-			</dependency>
-			<!--定义groovy 版本-->
-			<dependency>
-				<groupId>org.codehaus.groovy</groupId>
-				<artifactId>groovy</artifactId>
-				<version>${groovy.version}</version>
-			</dependency>
-			<!--稳定版本,替代spring security bom内置-->
-			<dependency>
-				<groupId>org.springframework.security.oauth</groupId>
-				<artifactId>spring-security-oauth2</artifactId>
-				<version>${security.oauth.version}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-core</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-data</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-gateway</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-gray</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-datasource</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-job</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-log</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-oss</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-security</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-sentinel</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-feign</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-sequence</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-common-mq</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.qunzhixinxi</groupId>
+                <artifactId>hnqz-upms-api</artifactId>
+                <version>${hnqz.version}</version>
+            </dependency>
+            <!--mybatis plus extension,包含了mybatis plus core-->
+            <dependency>
+                <groupId>com.baomidou</groupId>
+                <artifactId>mybatis-plus-extension</artifactId>
+                <version>${mybatis-plus.version}</version>
+            </dependency>
+            <!--mybatis-->
+            <dependency>
+                <groupId>com.baomidou</groupId>
+                <artifactId>mybatis-plus-boot-starter</artifactId>
+                <version>${mybatis-plus.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.baomidou</groupId>
+                <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
+                <version>${dynamic-ds.version}</version>
+            </dependency>
+            <!-- druid 连接池 -->
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>druid-spring-boot-starter</artifactId>
+                <version>${druid.version}</version>
+            </dependency>
+            <!--DM8-->
+            <dependency>
+                <groupId>com.dameng</groupId>
+                <artifactId>DmJdbcDriver18</artifactId>
+                <version>${dm.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.dameng</groupId>
+                <artifactId>DmDialect-for-hibernate5.3</artifactId>
+                <version>${dm.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.highgo</groupId>
+                <artifactId>HgdbJdbc</artifactId>
+                <version>${highgo.version}</version>
+            </dependency>
+            <!--fastjson-->
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>fastjson</artifactId>
+                <version>${fastjson.version}</version>
+            </dependency>
+            <!-- io -->
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>${commons-io.version}</version>
+            </dependency>
+            <!--微信依赖-->
+            <dependency>
+                <groupId>com.github.binarywang</groupId>
+                <artifactId>weixin-java-mp</artifactId>
+                <version>${mp.weixin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.github.binarywang</groupId>
+                <artifactId>weixin-java-common</artifactId>
+                <version>${mp.weixin.version}</version>
+            </dependency>
+            <!--定义groovy 版本-->
+            <dependency>
+                <groupId>org.codehaus.groovy</groupId>
+                <artifactId>groovy</artifactId>
+                <version>${groovy.version}</version>
+            </dependency>
+            <!--稳定版本,替代spring security bom内置-->
+            <dependency>
+                <groupId>org.springframework.security.oauth</groupId>
+                <artifactId>spring-security-oauth2</artifactId>
+                <version>${security.oauth.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
 
-	<build>
-		<plugins>
-			<!--避免和parent bom坐标不一致 -->
-			<plugin>
-				<groupId>com.pig4cloud.plugin</groupId>
-				<artifactId>spring-cloud-maven-plugin</artifactId>
-				<version>1.1.1</version>
-				<executions>
-					<execution>
-						<phase>package</phase>
-						<goals>
-							<goal>info</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<!-- nothing to do, but we need this to run docker:build form project root -->
-			<plugin>
-				<groupId>io.fabric8</groupId>
-				<artifactId>docker-maven-plugin</artifactId>
-				<version>0.32.0</version>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-			<!--代码格式插件,默认使用spring 规则-->
-			<plugin>
-				<groupId>io.spring.javaformat</groupId>
-				<artifactId>spring-javaformat-maven-plugin</artifactId>
-				<version>0.0.22</version>
-			</plugin>
-		</plugins>
-	</build>
+    <build>
+        <plugins>
+            <!--避免和parent bom坐标不一致 -->
+            <plugin>
+                <groupId>com.pig4cloud.plugin</groupId>
+                <artifactId>spring-cloud-maven-plugin</artifactId>
+                <version>1.1.1</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>info</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <!-- nothing to do, but we need this to run docker:build form project root -->
+            <plugin>
+                <groupId>io.fabric8</groupId>
+                <artifactId>docker-maven-plugin</artifactId>
+                <version>0.32.0</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+            <!--代码格式插件,默认使用spring 规则-->
+            <plugin>
+                <groupId>io.spring.javaformat</groupId>
+                <artifactId>spring-javaformat-maven-plugin</artifactId>
+                <version>0.0.22</version>
+            </plugin>
+        </plugins>
+    </build>
 
-	<pluginRepositories>
-		<pluginRepository>
-			<id>aliyun-plugin</id>
-			<url>https://maven.aliyun.com/repository/public</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</pluginRepository>
-	</pluginRepositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>aliyun-plugin</id>
+            <url>https://maven.aliyun.com/repository/public</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
 </project>

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/config/MessageSourceConfig.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.config;
 

+ 1 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/config/RestTemplateConfig.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.core.config;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/CommonConstants.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/SecurityConstants.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/ServiceNameConstants.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/LoginTypeEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant.enums;
 

+ 1 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/ProcessStatusEnum.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.core.constant.enums;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/ResourceTypeEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant.enums;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/enums/TaskStatusEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.constant.enums;
 

+ 1 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/BizException.java

@@ -1,21 +1,4 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
+
 
 package com.qunzhixinxi.hnqz.common.core.exception;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/CheckedException.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.exception;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/exception/ValidateCodeException.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.exception;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/Sensitive.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.sensitive;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/SensitiveSerialize.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.sensitive;
 

+ 0 - 16
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/sensitive/SensitiveTypeEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.core.sensitive;
 

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/ClassUtils.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.util;
 

+ 0 - 17
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/DesensitizedUtils.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.core.util;
 
 import cn.hutool.core.util.StrUtil;

+ 0 - 19
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/SpringContextHolder.java

@@ -1,22 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
-
 package com.qunzhixinxi.hnqz.common.core.util;
 
 import cn.hutool.core.util.StrUtil;

+ 0 - 18
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/util/WebUtils.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.core.util;
 

+ 0 - 19
hnqz-common/hnqz-common-data/pom.xml

@@ -1,23 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
-
 <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>

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/DefaultRedisCacheWriter.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.cache;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisAutoCacheManager.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.cache;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisCacheAutoConfiguration.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.cache;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisCacheManagerConfig.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.cache;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/cache/RedisTemplateConfig.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.cache;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScope.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeFuncEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeHandle.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeInterceptor.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/DataScopeTypeEnum.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/datascope/HnqzDefaultDatascopeHandle.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.datascope;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/mybatis/MybatisPlusConfiguration.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.mybatis;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/resolver/SqlFilterArgumentResolver.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.resolver;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/resolver/WebMvcConfig.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.resolver;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzFeignTenantInterceptor.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.tenant;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzTenantConfiguration.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.tenant;
 

+ 1 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/HnqzTenantHandler.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.data.tenant;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/TenantContextHolder.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.tenant;
 

+ 0 - 16
hnqz-common/hnqz-common-data/src/main/java/com/qunzhixinxi/hnqz/common/data/tenant/TenantContextHolderFilter.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.data.tenant;
 

+ 0 - 17
hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/DynamicDataSourceAutoConfiguration.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.datasource;
 
 import com.baomidou.dynamic.datasource.processor.DsProcessor;

+ 0 - 17
hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/config/JdbcDynamicDataSourceProvider.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.datasource.config;
 
 import com.baomidou.dynamic.datasource.provider.AbstractJdbcDataSourceProvider;

+ 0 - 16
hnqz-common/hnqz-common-datasource/src/main/java/com/qunzhixinxi/hnqz/common/datasource/config/LastParamDsProcessor.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.datasource.config;
 

+ 0 - 16
hnqz-common/hnqz-common-feign/src/main/java/com/qunzhixinxi/hnqz/common/feign/HnqzFeignAutoConfiguration.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.feign;
 

+ 0 - 16
hnqz-common/hnqz-common-feign/src/main/java/com/qunzhixinxi/hnqz/common/feign/annotation/EnableHnqzFeignClients.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.feign.annotation;
 

+ 0 - 16
hnqz-common/hnqz-common-feign/src/main/java/org/springframework/cloud/openfeign/HnqzFeignClientsRegistrar.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package org.springframework.cloud.openfeign;
 

+ 0 - 19
hnqz-common/hnqz-common-gateway/pom.xml

@@ -1,23 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
-
 <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>

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/annotation/EnableHnqzDynamicRoute.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.annotation;
 

+ 1 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/configuration/DynamicRouteAutoConfiguration.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.gateway.configuration;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/configuration/GrayLoadBalancerClientConfiguration.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.configuration;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/filter/GrayReactiveLoadBalancerClientFilter.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.filter;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/rule/GrayLoadBalancer.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.rule;
 

+ 1 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/rule/VersionGrayLoadBalancer.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.gateway.rule;
 

+ 1 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/DynamicRouteInitEvent.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.gateway.support;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/HnqzRibbonRuleProperties.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.support;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/RedisRouteDefinitionWriter.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.support;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/support/RouteCacheHolder.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.support;
 

+ 0 - 16
hnqz-common/hnqz-common-gateway/src/main/java/com/qunzhixinxi/hnqz/common/gateway/vo/RouteDefinitionVo.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.gateway.vo;
 

+ 0 - 18
hnqz-common/hnqz-common-gray/pom.xml

@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
 
 <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">

+ 0 - 17
hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/GrayRibbonLoadBalancerConfiguration.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.gray;
 
 import com.qunzhixinxi.hnqz.common.gray.feign.GrayFeignRequestInterceptor;

+ 0 - 17
hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/feign/GrayFeignRequestInterceptor.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.gray.feign;
 
 import cn.hutool.core.util.StrUtil;

+ 0 - 17
hnqz-common/hnqz-common-gray/src/main/java/com/qunzhixinxi/hnqz/common/gray/rule/GrayRibbonLoadBalancerRule.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.gray.rule;
 
 import cn.hutool.core.collection.CollUtil;

+ 0 - 18
hnqz-common/hnqz-common-job/pom.xml

@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
 
 <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">

+ 0 - 17
hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/XxlJobAutoConfiguration.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.job;
 
 import com.qunzhixinxi.hnqz.common.job.properties.XxlJobProperties;

+ 0 - 17
hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/annotation/EnableHnqzXxlJob.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.job.annotation;
 
 import com.qunzhixinxi.hnqz.common.job.XxlJobAutoConfiguration;

+ 0 - 17
hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlAdminProperties.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.job.properties;
 
 import lombok.Data;

+ 0 - 17
hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlExecutorProperties.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.job.properties;
 
 import lombok.Data;

+ 0 - 17
hnqz-common/hnqz-common-job/src/main/java/com/qunzhixinxi/hnqz/common/job/properties/XxlJobProperties.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.job.properties;
 
 import lombok.Data;

+ 0 - 18
hnqz-common/hnqz-common-log/pom.xml

@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
 
 <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">

+ 0 - 19
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/LogAutoConfiguration.java

@@ -1,22 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
-
 package com.qunzhixinxi.hnqz.common.log;
 
 import com.qunzhixinxi.hnqz.admin.api.feign.RemoteLogService;

+ 0 - 18
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/annotation/SysLog.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.log.annotation;
 

+ 0 - 18
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/aspect/SysLogAspect.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.log.aspect;
 

+ 0 - 19
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/event/SysLogEvent.java

@@ -1,22 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
-
 package com.qunzhixinxi.hnqz.common.log.event;
 
 import com.qunzhixinxi.hnqz.admin.api.entity.SysLog;

+ 0 - 18
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/event/SysLogListener.java

@@ -1,21 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
 
 package com.qunzhixinxi.hnqz.common.log.event;
 

+ 0 - 19
hnqz-common/hnqz-common-log/src/main/java/com/qunzhixinxi/hnqz/common/log/util/SysLogUtils.java

@@ -1,22 +1,3 @@
-/*
- *
- *      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- *
- */
-
 package com.qunzhixinxi.hnqz.common.log.util;
 
 import cn.hutool.core.util.ArrayUtil;

+ 0 - 17
hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/OssAutoConfiguration.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.oss;
 
 import com.qunzhixinxi.hnqz.common.oss.http.OssEndpoint;

+ 0 - 17
hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/OssProperties.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.oss;
 
 import lombok.Data;

+ 0 - 17
hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/http/OssEndpoint.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.oss.http;
 
 import com.amazonaws.services.s3.model.Bucket;

+ 0 - 17
hnqz-common/hnqz-common-oss/src/main/java/com/qunzhixinxi/hnqz/common/oss/service/OssTemplate.java

@@ -1,20 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
-
 package com.qunzhixinxi.hnqz.common.oss.service;
 
 import com.amazonaws.ClientConfiguration;

+ 0 - 17
hnqz-common/hnqz-common-security/pom.xml

@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~      Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
-  ~
-  -->
 
 <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">

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/annotation/EnableHnqzResourceServer.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.annotation;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/annotation/Inner.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.annotation;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/GlobalExceptionHandlerResolver.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzAuth2ExceptionSerializer.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzPreAuthenticationChecks.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerAutoConfiguration.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerConfigurerAdapter.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzResourceServerTokenRelayAutoConfiguration.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 1 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzSecurityBeanDefinitionRegistrar.java

@@ -1,19 +1,4 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
+
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzSecurityInnerAspect.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

+ 0 - 16
hnqz-common/hnqz-common-security/src/main/java/com/qunzhixinxi/hnqz/common/security/component/HnqzTokenEnhancer.java

@@ -1,19 +1,3 @@
-/*
- *    Copyright (c) 2018-2025, hnqz 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 pig4cloud.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: hnqz
- */
 
 package com.qunzhixinxi.hnqz.common.security.component;
 

Some files were not shown because too many files changed in this diff