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

Latest commit

 

History

History
86 lines (61 loc) · 2.38 KB

README.md

File metadata and controls

86 lines (61 loc) · 2.38 KB

feilong-platform

Reduce development, Release ideas

License

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

#Welcome to feilong-platform

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

#子项目地址

child Description Since
feilong-core 核心jar,所有feilong-platform的基础 1.2.0
feilong-servlet 封装了j2ee常用类,是feilong-platform web相关jar 的基础 1.2.0
feilong-io 封装了io操作的常用类 1.5.4
feilong-taglib 封装了常用的自定义标签 1.2.0
feilong-spring 对spring相关类的快速封装,以便快速使用 1.2.0

Maven使用配置

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

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

	<project>
	
		....
		<properties>
			<version.feilong-platform>1.7.1</version.feilong-platform>
			....
		</properties>
		
		....
		<repositories>
			<repository>
				<id>feilong-repository</id>
				<url>https://raw.github.com/venusdrogon/feilong-platform/repository</url>
			</repository>
		</repositories>
		
		....
	</project>

#说明

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

About

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