org.springframework.boot.autoconfigure.context.MessageSourceProperties Maven / Gradle / Ivy
package org.springframework.boot.autoconfigure.context;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties("spring.messagesource")
public class MessageSourceProperties {
}