clean history

This commit is contained in:
Looly
2019-08-14 10:02:32 +08:00
commit 6b011af032
1215 changed files with 159913 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
/*
* Copyright (C) 2017 hutool.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package cn.hutool;
/**
* <p>
* Hutool是Hu + tool的自造词前者致敬我的“前任公司”后者为工具之意谐音“糊涂”寓意追求“万事都作糊涂观无所谓失无所谓得”的境界。
* </p>
*
* <p>
* Hutool是一个Java工具包也只是一个工具包它帮助我们简化每一行代码减少每一个方法让Java语言也可以“甜甜的”。<br>
* Hutool最初是我项目中“util”包的一个整理后来慢慢积累并加入更多非业务相关功能并广泛学习其它开源项目精髓经过自己整理修改最终形成丰富的开源工具集。
* </p>
*
* @author Looly
*
*/
public class Hutool {
public static final String AUTHOR = "Looly";
private Hutool() {
}
}

View File

@@ -0,0 +1,12 @@
/**
* Hutool是Hu + tool的自造词前者致敬我的“前任公司”后者为工具之意谐音“糊涂”寓意追求“万事都作糊涂观无所谓失无所谓得”的境界。
*
* <p>
* Hutool是一个Java工具包也只是一个工具包它帮助我们简化每一行代码减少每一个方法让Java语言也可以“甜甜的”。<br>
* Hutool最初是我项目中“util”包的一个整理后来慢慢积累并加入更多非业务相关功能并广泛学习其它开源项目精髓经过自己整理修改最终形成丰富的开源工具集。
* </p>
*
* @author looly
*
*/
package cn.hutool;