🔖 Releasing / Version tags. 2.7.4

This commit is contained in:
lengleng 2020-05-21 13:35:32 +08:00
parent 01186a0252
commit 49866add78
1 changed files with 13 additions and 15 deletions

View File

@ -1,19 +1,17 @@
/*
* Copyright 2019-2020 Zheng Jie
*
* * Copyright (c) 2019-2020, 冷冷 (wangiegie@gmail.com).
* * <p>
* * Licensed under the GNU Lesser General Public License 3.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* * <p>
* * https://www.gnu.org/licenses/lgpl.html
* * <p>
* * Unless required by applicable law or agreed to in writing, software
* * distributed under the License is distributed on an "AS IS" BASIS,
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* * See the License for the specific language governing permissions and
* * limitations under the License.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.pig4cloud.pig.codegen.util;
@ -49,9 +47,9 @@ import java.util.zip.ZipOutputStream;
/**
* 代码生成器 工具类
* copy ruoyi-generator/src/main/java/com/ruoyi/generator/util/GenUtils.java
* copy elunez/eladmin/blob/master/eladmin-generator/src/main/java/me/zhengjie/utils/GenUtil.java
*
* @author ruoyi
* @author Zheng Jie
* @author lengleng
* @date 2020-03-13
*/