bravesoftdz / vraptor-uploadconfig

A project that allows you to configure the maximum size of an upload through annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vraptor-uploadconfig

A simple vraptor plugin that allows you to configure upload size limit by annotating with @SizeLimit

installing

Vraptor-uploadconfig.jar can be downloaded from maven's repository, or configured in any compatible tool:

	<dependency>
		<groupId>br.com.caelum.vraptor</groupId>
		<artifactId>vraptor-uploadconfig</artifactId>
		<version>1.0.0</version>
		<scope>compile</scope>
	</dependency>

help

Get help from vraptor developers and the community at vraptor mailing list.

About

A project that allows you to configure the maximum size of an upload through annotations

License:Other


Languages

Language:Java 100.0%