/vraptor-uploadconfig

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

Primary LanguageJavaOtherNOASSERTION

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.