GithubHelp home page GithubHelp logo

fangchongde / feilong-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ifeilong/feilong-core

0.0 2.0 0.0 4.08 MB

:gem: Reduce development, Release ideas

License: Apache License 2.0

Java 99.92% HTML 0.08%

feilong-core's Introduction

feilong core 让Java开发更简便的工具包

License JDK 1.7 jar size 92K javadoc 83% tests 1458

Reduce development, Release ideas (减少开发,释放**)

focus on J2SE,是 feilong platform 项目的核心项目

详细的帮助文档 http://feilong-core.mydoc.io/

1.简介:

  1. 让你从大量重复的底层代码中脱身,提高工作效率;
  2. 让你的代码更简炼易写易读易于维护;

2.feilong-core 优点:

对比1:

对比2:

  1. 有常用的工具类 (如 处理日期的 DateUtil,处理 集合 的 CollectionsUtil 等)
  2. 有常用的JAVA常量类 (如日期格式 DatePattern, 时间间隔 TimeInterval 等)
  3. 不必要的Exception 转成了RuntimeException,减少不必要的代码
  4. 国内中文注释最完善的API
  5. 有完善的单元测试

3.一图概述:

one-feilong-core

这里有详细的帮助文档 http://feilong-core.mydoc.io/

4.:dragon: Maven使用配置

feilong-core jar你可以直接在 仓库 浏览

如果你使用 maven, 您可以通过以下方式来配置 pom.xml:

<project>

	....
	<properties>
		<version.feilong-platform>1.10.2</version.feilong-platform>
		....
	</properties>
	
	....
	<repositories>
		<repository>
			<id>feilong-repository</id>
			<url>https://raw.github.com/venusdrogon/feilong-platform/repository</url>
		</repository>
	</repositories>
	
	....
	<dependencies>
		....
		<dependency>
			<groupId>com.feilong.platform</groupId>
			<artifactId>feilong-core</artifactId>
			<version>${version.feilong-platform}</version>
		</dependency>
		....
	</dependencies>
	....
</project>

5. How to install?

有些小伙伴想下载并 自行install 进行研究, 你需要执行以下 4 个步骤:

git clone https://github.com/venusdrogon/feilong-platform.git --depth 1
mvn install -f feilong-platform

git clone https://github.com/venusdrogon/feilong-core.git --depth 1
mvn install -f feilong-core

详细参考 https://github.com/venusdrogon/feilong-core/wiki/install

6.帮助:

7.sonar 扫描

sonar

8.:memo: 说明

  1. 基于 Apache2 协议,您可以下载代码用于闭源项目,但每个修改的过的文件必须放置版权说明;
  2. require-jdk-version
  3. dependencies

9.Q&A

9.1 Q1:这是重复造轮子吗?

A: https://github.com/venusdrogon/feilong-core/wiki/Repeat-the-wheel

10.:cyclone: feilong 即时交流

微信公众号 feilongjava QQ 群 243306798

11:panda_face: About

如果您对本项目有任何建议和批评,可以使用下面的联系方式:

feilong-core's People

Contributors

venusdrogon avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.