Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
88 lines (66 loc) · 2.44 KB

README.md

File metadata and controls

88 lines (66 loc) · 2.44 KB

#重要说明

feilong-platform(V 1.2.0) module 进行了调整:

feilong-platform

Reduce development, Release ideas

License

        .--.
       /    \
      ## a  a
      (   '._)
       |'-- |
     _.\___/_   ___feilong___
   ."\> \Y/|<'.  '._.-'
  /  \ \_\/ /  '-' /
  | --'\_/|/ |   _/
  |___.-' |  |`'`
    |     |  |
    |    / './
   /__./` | |
      \   | |
       \  | |
       ;  | |
       /  | |
 jgs  |___\_.\_
      `-"--'---'

#Welcome to feilong-platform

feilong platform,封装了常用的java工具方法,提供快速使用工具的功能,自己知识积累的同时,方便大家使用

Maven使用配置

所有feilong jar 你可以在这里 https://github.com/venusdrogon/feilong-platform/tree/repository/com/feilong/platform 浏览

在maven 中,您可以通过以下方式来配置:

	<project>
		....
		<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>1.5.3</version>
			</dependency>
			....
		</dependencies>
		....
	</project>

#说明

  1. 基于Apache2 协议,您可以下载,代码用于闭源项目,但每个修改的过的文件必须放置版权说明;
  2. 基于maven3.2构建;
  3. 1.5.0及以上版本需要jdk1.7及以上环境(1.5.0以下版本需要jdk1.6及以上环境);

About

如果您对feilong platform 有任何建议,可以使用下面的联系方式: