diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java
index d9143854..28ed7dfe 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.annotation;
import java.lang.annotation.*;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java
index 8a2d4373..fe8f22e3 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.annotation;
import java.lang.annotation.ElementType;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java
index 862db134..5b142b30 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.annotation;
import cn.ysk.cashier.aspect.LimitType;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java
index 0decf204..08f80a0e 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.annotation;
import java.lang.annotation.ElementType;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java
index 298d2806..2dc35416 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.aspect;
import cn.ysk.cashier.exception.BadRequestException;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java
index 64b0665a..3642e244 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.aspect;
/**
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java
index 99a53263..fd51e7fe 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.base;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java
index 6ebd69f1..bca506a7 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.base;
import java.util.List;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java
index 392a6c6e..4cf259c3 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import cn.ysk.cashier.utils.SecurityUtils;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java
index f7122984..8e5f7c4b 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import lombok.Data;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java
index 8ff884fb..92c846c7 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import cn.ysk.cashier.utils.SecurityUtils;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java
index e94b69eb..488adda7 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import lombok.Data;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java
index de212518..739dac1a 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import cn.hutool.core.lang.Assert;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java
index 439cb52b..40b58eee 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import lombok.Data;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java
index 5a88cba8..d8cde075 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import cn.hutool.core.collection.CollUtil;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java
index c953495f..4902568a 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.exception;
import lombok.Getter;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java
index 77e50fad..80d84dc8 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.exception;
import org.springframework.util.StringUtils;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java
index 1c57237a..6b00725c 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.exception;
import org.springframework.util.StringUtils;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java
index 83e95806..3c11346d 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.exception.handler;
import com.fasterxml.jackson.annotation.JsonFormat;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java
index e1b7acb8..d2ff31d6 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.exception.handler;
import lombok.extern.slf4j.Slf4j;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java
index 3673d04b..fbe5ed4f 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import java.io.Closeable;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java
index fcecec40..c9b867c0 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
/**
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java
index 93c3b493..bdd65beb 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import javax.crypto.Cipher;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java
index 54bd8138..8fd0a8b8 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.core.io.IoUtil;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java
index 6b73b4cf..710d789a 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import org.apache.poi.ss.formula.functions.T;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java
index fc83217e..8307ae76 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.core.collection.CollUtil;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java
index b20ef62e..1bbb738e 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import com.google.common.collect.Lists;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java
index 1ef30138..e8dbe1db 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import org.springframework.web.context.request.RequestContextHolder;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java
index a7ee2a79..4820a96c 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.json.JSONArray;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java
index 95a92eaf..672ea2ea 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import lombok.extern.slf4j.Slf4j;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java
index 3926754c..042b695e 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.http.HttpUtil;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java
index bf8ed35b..c96cdee7 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import java.io.PrintWriter;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java
index f88e480f..5a4a1df1 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.json.JSONArray;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java
index 944dc5d9..9d7992cb 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.core.lang.Validator;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java
index cafc03b5..e83cbc6f 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils.enums;
import lombok.AllArgsConstructor;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java
index d64dc669..326106f8 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils.enums;
import lombok.AllArgsConstructor;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java
index d850a26a..fd3d3eb0 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils.enums;
import lombok.AllArgsConstructor;
diff --git a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java
index 925ea2da..1332d0e4 100644
--- a/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java
+++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils.enums;
import lombok.AllArgsConstructor;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java
index edf05274..26e06feb 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java
index 80f4a0c5..e8188454 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java
index e35307a4..1144ff4c 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.domain.vo;
import lombok.AllArgsConstructor;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java
index 1332eaec..faa0e05c 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.repository;
import cn.ysk.cashier.domain.ColumnInfo;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java
index e876ea03..e84a5ba6 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.repository;
import cn.ysk.cashier.domain.GenConfig;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java
index b809951a..4655820c 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.rest;
import cn.ysk.cashier.domain.GenConfig;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java
index 605e1aba..02becca5 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.rest;
import cn.ysk.cashier.domain.ColumnInfo;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java
index dff9ce8c..131c78af 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service;
import cn.ysk.cashier.domain.GenConfig;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java
index be248274..d582c0da 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service;
import cn.ysk.cashier.domain.GenConfig;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java
index e4456a1d..39be53f5 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.impl;
import lombok.RequiredArgsConstructor;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java
index e1823c70..0547c4d7 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.impl;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java
index 7528d50d..9683bdd7 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import org.apache.commons.configuration.*;
diff --git a/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java
index 52516b12..703a1f89 100644
--- a/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java
+++ b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.utils;
import cn.hutool.core.util.StrUtil;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java b/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java
index 9434baeb..adff8925 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.annotation;
import java.lang.annotation.*;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java b/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java
index 75813f21..9b28277c 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.aspect;
import cn.ysk.cashier.domain.Log;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java b/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java
index b63a11c6..c3b66b2b 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.domain;
import lombok.Getter;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java b/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java
index 2f193c47..43be2b70 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.repository;
import cn.ysk.cashier.domain.Log;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java
index 66c7982d..ffb93b5e 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service;
import cn.ysk.cashier.service.dto.LogQueryCriteria;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java
index 2f6fda3d..ba000e28 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.dto;
import lombok.Data;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java
index 432b986b..3d34ebd5 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.dto;
import lombok.Data;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java
index 99433b2e..0ded69f7 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.dto;
import lombok.Data;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java
index 22087c1c..a2350d67 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.impl;
import cn.hutool.core.lang.Dict;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java
index 38a6806f..0679bf8f 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.mapstruct;
import cn.ysk.cashier.base.BaseMapper;
diff --git a/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java
index a26708d5..2e3cb524 100644
--- a/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java
+++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.service.mapstruct;
import cn.ysk.cashier.base.BaseMapper;
diff --git a/eladmin-system/pom.xml b/eladmin-system/pom.xml
index a88fe20e..37449d0c 100644
--- a/eladmin-system/pom.xml
+++ b/eladmin-system/pom.xml
@@ -23,11 +23,10 @@
org.springframework.bootspring-boot-starter-validation
-
- com.github.gavlyukovskiy
- p6spy-spring-boot-starter
- 1.7.0
+ p6spy
+ p6spy
+ 3.8.2
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java b/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java
index a395fb8c..b777144e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java
index 512883df..10dae8bb 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import com.alibaba.fastjson.serializer.SerializerFeature;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java
index ee33435f..a2c440eb 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config;
import org.springframework.context.annotation.Bean;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java
index 7d9da724..7024ead1 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.config;
import cn.ysk.cashier.config.security.security.JwtAccessDeniedHandler;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java
index f7f935e1..65b0d9c3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.config.bean;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java
index a0f0090f..0865bed7 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.rest;
import cn.hutool.core.util.IdUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java
index 1367ba4e..04f042c8 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java
index 02906a0c..30c68605 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.security;
import org.springframework.security.access.AccessDeniedException;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java
index a4fcd628..c86bc73e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.security;
import org.springframework.security.core.AuthenticationException;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java
index bc9378db..b6db834e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.security;
import cn.ysk.cashier.config.security.config.bean.SecurityProperties;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java
index 81b14339..5eba1e86 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.security;
import cn.hutool.core.util.StrUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java
index d0ce417f..d66bd65c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.security;
import cn.hutool.core.date.DateField;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java
index 729e50e3..360d2df2 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service;
import cn.ysk.cashier.config.security.config.bean.SecurityProperties;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java
index 24bc8ac2..a68bef04 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service;
import cn.hutool.core.util.RandomUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java
index 2eab6444..996122a7 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service;
import cn.ysk.cashier.config.security.service.dto.JwtUserDto;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java
index 305d7e60..1013ca56 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java
index eb64ff22..f188d12f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service.dto;
import lombok.AllArgsConstructor;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java
index f8fd6c59..0c2ff500 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service.dto;
import cn.ysk.cashier.system.service.dto.UserLoginDto;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java
index 2332ebaa..0a324e14 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.security.service.dto;
import lombok.AllArgsConstructor;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java
index 422caee5..e3d56c90 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.thread;
import lombok.extern.slf4j.Slf4j;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java
index 9392b1bc..694741ee 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.thread;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java
index a1630d04..bb0c2a8a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.thread;
import cn.ysk.cashier.utils.StringUtils;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java
index 25cefb97..1d30c539 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java
@@ -1,18 +1,4 @@
-/*
- * Copyright 2019-2020 Zheng Jie
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+
package cn.ysk.cashier.config.thread;
import java.util.concurrent.ArrayBlockingQueue;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java
index 480ff91c..657175be 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java
@@ -1,18 +1,20 @@
package cn.ysk.cashier.controller.shop;
import cn.ysk.cashier.annotation.Log;
+import cn.ysk.cashier.dto.shop.TbPlussShopStaffQueryCriteria;
import cn.ysk.cashier.pojo.shop.TbPlussShopStaff;
import cn.ysk.cashier.service.shop.TbPlussShopStaffService;
-import cn.ysk.cashier.dto.shop.TbPlussShopStaffQueryCriteria;
-import org.springframework.data.domain.Pageable;
+import io.swagger.annotations.Api;
+import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
+import org.springframework.data.domain.Pageable;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
-import io.swagger.annotations.*;
-import java.io.IOException;
+
import javax.servlet.http.HttpServletResponse;
+import java.io.IOException;
/**
* @website https://eladmin.vip
@@ -86,4 +88,4 @@ public class TbPlussShopStaffController {
// log.info("修改商户密码成功。");
// return new ResponseEntity<>(HttpStatus.OK);
// }
-}
\ No newline at end of file
+}
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPermissionController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPermissionController.java
index b0f37129..c097fc27 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPermissionController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPermissionController.java
@@ -1,7 +1,6 @@
package cn.ysk.cashier.controller.shop;
import cn.ysk.cashier.annotation.Log;
-import cn.ysk.cashier.annotation.rest.AnonymousGetMapping;
import cn.ysk.cashier.dto.shop.TbShopPermissionDto;
import cn.ysk.cashier.service.TbShopPermissionService;
import cn.ysk.cashier.service.TbShopStaffPermissionService;
@@ -47,14 +46,12 @@ public class TbShopPermissionController {
}
@GetMapping("/hasPermission")
- @AnonymousGetMapping
public ResponseEntity