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

com.c4_soft.springaddons.security.oauth2.test.webmvc.MockMvcProperties Maven / Gradle / Ivy

The newest version!
package com.c4_soft.springaddons.security.oauth2.test.webmvc;

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

import lombok.Data;

@Data
@AutoConfiguration
@ConfigurationProperties(prefix = "com.c4-soft.springaddons.test.web")
public class MockMvcProperties {
	private String defaultMediaType = "application/json";
	private String defaultCharset = "utf-8";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy