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

com.processpuzzle.fitnesse.connect.testbed.file.StorageProperties Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
package com.processpuzzle.fitnesse.connect.testbed.file;

import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties( "storage" )
public class StorageProperties {
   private String location = "upload-dir";

   // properties
   // @formatter:off
   public String getLocation() { return location; }
   public void setLocation( String location ) { this.location = location; }
   // @formatter:on

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy