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.boot
spring-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/mnt/domain/App.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.java
index 9929b177..c25b9ace 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.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.mnt.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java
index b2411e60..0826c09c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.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.mnt.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java
index ce18ba64..257167b6 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.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.mnt.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java
index 5c23218e..3e63bde9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.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.mnt.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java
index ba5983b0..b96b5e4a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.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.mnt.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java
index 0e566b96..6b10a37f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.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.mnt.repository;
import cn.ysk.cashier.mnt.domain.App;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java
index 5d802ad4..275d96b1 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.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.mnt.repository;
import cn.ysk.cashier.mnt.domain.Database;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java
index 9119f646..52be561f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.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.mnt.repository;
import cn.ysk.cashier.mnt.domain.DeployHistory;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java
index f7187f81..2040ebe6 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.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.mnt.repository;
import cn.ysk.cashier.mnt.domain.Deploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java
index 41f0ac45..1f89f68e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.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.mnt.repository;
import cn.ysk.cashier.mnt.domain.ServerDeploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java
index 4cbba00d..6961bb87 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.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.mnt.rest;
import cn.ysk.cashier.mnt.domain.App;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java
index 2fb7cfeb..c9b3cef5 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.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.mnt.rest;
import cn.ysk.cashier.mnt.util.SqlUtils;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java
index 651a5b9f..72468470 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.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.mnt.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java
index a723ab60..98c7a29f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.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.mnt.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java
index 02b5a651..fa35b14a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.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.mnt.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java
index 637ff3cc..a79694c3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.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.mnt.service;
import cn.ysk.cashier.mnt.domain.App;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java
index 519d9d08..ecf04f36 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.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.mnt.service;
import cn.ysk.cashier.mnt.domain.Database;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java
index 1b0d8467..defd8e49 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.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.mnt.service;
import cn.ysk.cashier.mnt.domain.DeployHistory;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java
index f5b51a2f..3fed43de 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.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.mnt.service;
import cn.ysk.cashier.mnt.domain.Deploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java
index 4937151a..8ddd0999 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.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.mnt.service;
import cn.ysk.cashier.mnt.domain.ServerDeploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java
index c276aac1..2f5d0356 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.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.mnt.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java
index 3f1afd4b..d01cc99d 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java
index 1424a2f9..6ffe4c31 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.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.mnt.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java
index a11a4dfa..be372314 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java
index 3f8b1d8c..952b9aac 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.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.mnt.service.dto;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java
index 366b3add..375c64af 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java
index b540238a..8909fd05 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java
index bbc2e6ca..a2ae7048 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java
index e804da4b..95c80980 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.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.mnt.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java
index d9539fc1..6be106f8 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.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.mnt.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java
index aec37261..dac7ca82 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.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.mnt.service.impl;
import cn.ysk.cashier.mnt.domain.App;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java
index f41bc5c3..b8bc38a9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.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.mnt.service.impl;
import cn.hutool.core.util.IdUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java
index de3a505c..0c6ca311 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.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.mnt.service.impl;
import cn.hutool.core.util.IdUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java
index c539a0f6..62231a61 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.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.mnt.service.impl;
import cn.hutool.core.date.DatePattern;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java
index 29f88c39..434adf43 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.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.mnt.service.impl;
import cn.ysk.cashier.mnt.domain.ServerDeploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java
index 2e728a9e..fbad9fd3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.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.mnt.service.mapstruct;
import cn.ysk.cashier.mnt.domain.App;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java
index f6573038..9de1da09 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.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.mnt.service.mapstruct;
import cn.ysk.cashier.mnt.domain.Database;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java
index 17b8214c..751c1197 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.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.mnt.service.mapstruct;
import cn.ysk.cashier.mnt.domain.DeployHistory;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java
index 56b4c263..6d4f1c53 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.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.mnt.service.mapstruct;
import cn.ysk.cashier.mnt.domain.Deploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java
index 423ff08e..06a450b3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.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.mnt.service.mapstruct;
import cn.ysk.cashier.mnt.domain.ServerDeploy;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java
index 7579ad92..66628b2a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.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.mnt.util;
import cn.hutool.core.io.IoUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java
index 8babc5fc..e3fdcb9b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.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.mnt.util;
import ch.ethz.ssh2.Connection;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java
index b59bec08..7555069e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.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.mnt.util;
import com.alibaba.druid.pool.DruidDataSource;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java
index 4134b3f4..bad03b69 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.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.mnt.websocket;
/**
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java
index a2602708..a05a5fe5 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.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.mnt.websocket;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java
index 0b5dc892..161a0e8c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.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.mnt.websocket;
import com.alibaba.fastjson.JSONObject;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductAndSku.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductAndSku.java
index 140c2dd2..b0321cd4 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductAndSku.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductAndSku.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.pojo.product;
import com.baomidou.mybatisplus.annotation.IdType;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantCoupon.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantCoupon.java
index c700e643..4c01b1d9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantCoupon.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantCoupon.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.pojo.shop;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java
index 1d0a4dae..beedbf40 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.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.quartz.config;
import cn.ysk.cashier.quartz.domain.QuartzJob;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java
index b343106e..cbdd86d2 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.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.quartz.config;
import org.quartz.spi.TriggerFiredBundle;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java
index 5a9ff608..c9a22a41 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.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.quartz.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java
index 9c05a934..9a9d15b1 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.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.quartz.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java
index ea83832b..1a824b09 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.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.quartz.repository;
import cn.ysk.cashier.quartz.domain.QuartzJob;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java
index 39992b94..d3dfb45a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.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.quartz.repository;
import cn.ysk.cashier.quartz.domain.QuartzLog;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java
index 78a358fb..f55c45d0 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.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.quartz.service;
import cn.ysk.cashier.quartz.domain.QuartzJob;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java
index 3b473c65..d11dc633 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.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.quartz.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java
index c9afdea8..726a6187 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.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.quartz.service.impl;
import cn.hutool.core.util.IdUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java
index a3cdc221..e957abbb 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.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.quartz.utils;
import cn.hutool.extra.template.Template;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java
index 35a21627..d62ae0bc 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.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.quartz.utils;
import cn.ysk.cashier.quartz.domain.QuartzJob;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java
index 9a64ea3f..0171460f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.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.quartz.utils;
import lombok.extern.slf4j.Slf4j;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java
index e23e8670..71b30939 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.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.shop;
import cn.ysk.cashier.pojo.shop.TbShopInfo;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java
index 4d917b89..a164bb54 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.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.shopimpl;
import cn.hutool.core.bean.BeanUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java
index 1b39ce20..1a2c9725 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.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.system.domain;
import com.alibaba.fastjson.annotation.JSONField;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java
index 59579704..962610a2 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.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.system.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java
index 42993d89..277edf4e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.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.system.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java
index 85de0c53..c9bee70e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.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.system.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java
index f448ec9f..95e9df0a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.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.system.domain;
import com.alibaba.fastjson.annotation.JSONField;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java
index e4f49d91..ed5f1df3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.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.system.domain;
import com.alibaba.fastjson.annotation.JSONField;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java
index e39c8993..4056d93a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.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.system.domain;
import io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java
index 5057834d..8a96bb78 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.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.system.domain.vo;
import lombok.AllArgsConstructor;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java
index 3abddad8..d1782284 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.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.system.domain.vo;
import com.fasterxml.jackson.annotation.JsonInclude;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java
index 870e815f..3f81c875 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.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.system.repository;
import cn.ysk.cashier.system.domain.Dept;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java
index 68c34350..6d6368d4 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.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.system.repository;
import cn.ysk.cashier.system.domain.DictDetail;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java
index 75afaf42..b54077ba 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.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.system.repository;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java
index a439ae3f..68b68195 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.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.system.repository;
import cn.ysk.cashier.system.domain.Job;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java
index c47b8939..f1d1d99b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.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.system.repository;
import cn.ysk.cashier.system.domain.Menu;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java
index 9d81395a..30cb0c6d 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.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.system.repository;
import cn.ysk.cashier.system.domain.Role;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java
index 779fa5af..bd115db3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.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.system.repository;
import cn.ysk.cashier.system.domain.User;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java
index fd854166..016e5769 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.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.system.rest;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java
index 309bf6af..c36f2555 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.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.system.rest;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java
index 35f3d8dc..cdc1b9a9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.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.system.rest;
import cn.ysk.cashier.system.domain.Job;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java
index c037107b..56a37c30 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.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.system.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LogController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LogController.java
index bd7e2231..466290e3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LogController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LogController.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.system.rest;
import cn.ysk.cashier.annotation.Log;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java
index 793ad878..ba15283b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.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.system.rest;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java
index 6f66926d..e2c6d361 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.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.system.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java
index 62712280..43bf5a86 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.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.system.rest;
import cn.hutool.core.lang.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java
index 20156eb3..f76e6c10 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.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.system.rest;
import io.swagger.annotations.Api;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java
index 49ca6092..884bdfc1 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.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.system.service;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java
index ae963c53..85ac4c18 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.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.system.service;
import cn.ysk.cashier.system.domain.Dept;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java
index 69a36aa3..3974bdef 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.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.system.service;
import cn.ysk.cashier.system.domain.DictDetail;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java
index 0653769e..2c48080d 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.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.system.service;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java
index 9ce8d0be..23b5ad5c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.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.system.service;
import cn.ysk.cashier.system.domain.Job;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java
index 32bbc74e..56dd97ec 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.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.system.service;
import cn.ysk.cashier.system.domain.Menu;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java
index 9fcea243..fcb27205 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.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.system.service;
import java.util.Map;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java
index f3f31dd5..e282a240 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.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.system.service;
import cn.ysk.cashier.system.domain.Role;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java
index e7e46af2..7387648e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.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.system.service;
import cn.ysk.cashier.system.domain.User;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java
index 8f5414df..52bd0112 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.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.system.service;
import cn.ysk.cashier.domain.vo.EmailVo;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java
index e31a6fda..f5b29a0b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.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.system.service.dto;
import com.fasterxml.jackson.annotation.JsonInclude;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java
index cf8296fc..85b36824 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java
index e5400ca9..d9a3ccdf 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java
index cd4cde57..59b3ea7a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.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.system.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java
index fbffeed3..5bce4e32 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java
index 09729671..c1020ea9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.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.system.service.dto;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java
index c4128d74..05e78a6f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java
index d3bea011..4aa2aef4 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.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.system.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java
index 2c988256..61cae9e3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.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.system.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java
index 10ffbed3..507074c2 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java
index ebd64a8c..de185f78 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java
index 3a9a57b1..3995cf0a 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.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.system.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java
index 514d2c89..068400db 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java
index e2f92dcf..a9576378 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.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.system.service.dto;
import lombok.Getter;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java
index b42ac9bd..0c261698 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java
index 4096a519..37d80fb9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java
index 0aa99971..910962d6 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.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.system.service.dto;
import com.alibaba.fastjson.annotation.JSONField;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java
index 1b3dbce5..a7ed11be 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.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.system.service.dto;
/**
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java
index fccdb13b..a97cc710 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.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.system.service.dto;
import lombok.Data;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java
index 5995ff2f..df13a6ec 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.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.system.service.impl;
import cn.ysk.cashier.system.domain.Dept;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java
index f42e7e3c..ad4cd769 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.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.system.service.impl;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java
index 5ea16256..5ff44e7d 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.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.system.service.impl;
import cn.ysk.cashier.pojo.order.TbOrderInfo;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java
index 68fd10d9..96e936e9 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.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.system.service.impl;
import cn.ysk.cashier.system.service.dto.JobQueryCriteria;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java
index 8dd0f2ab..93bf3034 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.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.system.service.impl;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java
index 937f7f70..4bc2092b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.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.system.service.impl;
import cn.hutool.core.date.BetweenFormatter.Level;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java
index 1413ceea..9c4cdd9c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.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.system.service.impl;
import cn.hutool.core.collection.CollectionUtil;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java
index 58e54fe0..04dc917f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.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.system.service.impl;
import cn.ysk.cashier.system.domain.User;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java
index c4f458a0..a7cccf5f 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.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.system.service.impl;
import cn.hutool.core.lang.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java
index f164eebe..def0634e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Dept;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java
index 9380050f..4720d4c3 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Dept;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java
index 4ff52bad..a71f857c 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.DictDetail;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java
index 789b485b..c35863d0 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java
index 6ea794f9..ecd4e954 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Dict;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java
index 904d19a1..8e166cd1 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Job;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java
index ec293992..c480a6f7 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Job;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java
index 60ca7f14..a30ac398 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Menu;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java
index 6363599a..8c0a8c0b 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Role;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java
index 7a8220db..67bb9ff2 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.Role;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java
index 50838d3d..64b9194e 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.User;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java
index 674c5922..00565494 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.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.system.service.mapstruct;
import cn.ysk.cashier.system.domain.User;
diff --git a/eladmin-system/src/main/java/cn/ysk/cashier/vo/ShopUserInfoVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/ShopUserInfoVo.java
index 75baf7f4..499d33af 100644
--- a/eladmin-system/src/main/java/cn/ysk/cashier/vo/ShopUserInfoVo.java
+++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/ShopUserInfoVo.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.vo;
import lombok.Data;
diff --git a/eladmin-system/src/main/resources/config/application.yml b/eladmin-system/src/main/resources/config/application.yml
index 27f66d89..e0686de3 100644
--- a/eladmin-system/src/main/resources/config/application.yml
+++ b/eladmin-system/src/main/resources/config/application.yml
@@ -29,7 +29,7 @@ spring:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- show_sql: true
+ show_sql: false
task:
diff --git a/eladmin-system/src/main/resources/spy.properties b/eladmin-system/src/main/resources/spy.properties
new file mode 100644
index 00000000..2d470973
--- /dev/null
+++ b/eladmin-system/src/main/resources/spy.properties
@@ -0,0 +1,32 @@
+#??????????
+modulelist=com.baomidou.mybatisplus.extension.p6spy.MybatisPlusLogFactory,com.p6spy.engine.outage.P6OutageFactory
+#??????????
+logMessageFormat=com.baomidou.mybatisplus.extension.p6spy.P6SpyLogger
+#?????? ????
+#appender=com.baomidou.mybatisplus.extension.p6spy.StdoutLogger
+#??????? SLF4J ????
+#appender=com.p6spy.engine.spy.appender.Slf4JLogger
+#??????? file??
+appender=com.p6spy.engine.spy.appender.FileLogger
+#??????????
+logfile=sql.log
+#???? JDBC ???????????
+#deregisterdrivers=true
+#??????????????
+useprefix=true
+#?????????????????????
+excludecategories=info,debug,result,commit,resultset
+#?????????????
+dateformat=yyyy-MM-dd HH:mm:ss
+#??????????????
+databaseDialectTimestampFormat=yyyy-MM-dd HH:mm:ss
+#?? JDBC ??????
+#driverlist=org.h2.Driver
+#??????
+outagedetection=true
+#??????????????????
+outagedetectioninterval=2
+#?? SQL ????
+filter=true
+#?????? "SELECT 1" ? SQL ??
+exclude=SELECT 1
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java
index ba64c0c4..9bc7a57d 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.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.boot.web.servlet.MultipartConfigFactory;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java
index 345809b6..6e9ec7ed 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.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-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java
index d490becf..a6bb80d3 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.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-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java
index 2c605914..b2cb5edf 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.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-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java
index a5265c96..49fefec3 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.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-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java
index 56740dba..0353971d 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.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-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java
index 36620225..baff8a55 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.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-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java
index c1b8846e..0f2f48f9 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.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 io.swagger.annotations.ApiModelProperty;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java
index 2908eac6..a82c1143 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.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.AlipayConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java
index cf983165..1d655389 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.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.EmailConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java
index cd772a40..dc89039b 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.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.LocalStorage;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java
index a400f083..57deeb38 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.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.QiniuConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java
index 166c6513..640944fd 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.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.QiniuContent;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java
index 5d8bf487..31ed635d 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.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.annotation.Log;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java
index 7784fbeb..a99c5d0c 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.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.annotation.Log;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java
index 02c46d94..0e1cd9e2 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.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.annotation.Log;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java
index be558565..6e784a19 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.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.AlipayConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java
index 02d4d1f1..17c49666 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.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.EmailConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java
index c99dfd7e..91186212 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.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.LocalStorage;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java
index 4da0ce18..1df65b1c 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.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.QiniuConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java
index b88a1242..133a1957 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.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.Getter;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java
index 751bc1bf..beb3e4c6 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.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-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java
index 2e4d6b75..40b35b95 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.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-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java
index 11e0a8c0..24869dfe 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.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-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java
index c617d8a3..d7ec5ccb 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.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.ysk.cashier.domain.AlipayConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java
index dcd28c1c..87a96e74 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.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.extra.mail.Mail;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java
index 3caaa802..4fe7b50d 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.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.util.ObjectUtil;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java
index 0ba5686f..46f8b7f6 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.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-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java
index 224f454c..caadf403 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.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-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java
index 01d9cc2c..4b66ef63 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.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.ysk.cashier.domain.AlipayConfig;
diff --git a/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java
index 3a7e8251..5b759af6 100644
--- a/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java
+++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.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.qiniu.storage.Region;