All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jlot.test.TomcatConfigJlotIT Maven / Gradle / Ivy

package org.jlot.test;

public class TomcatConfigJlotIT extends TomcatConfig
{
	private static final String	PATH	= "../jlot-web/src/main/webapp/";
	private static final String	NAME	= "jlot";

	public TomcatConfigJlotIT ()
	{
		super(NAME, PATH, 8080, 8444);
		addProperty("spring.profiles.active", "integration");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy