com.contentgrid.spring.boot.autoconfigure.messaging.ContentGridMessagingSystemProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contentgrid-spring-boot-autoconfigure Show documentation
Show all versions of contentgrid-spring-boot-autoconfigure Show documentation
Module with Spring Boot AutoConfiguration for ContentGrid applications
The newest version!
package com.contentgrid.spring.boot.autoconfigure.messaging;
import lombok.Data;
@Data
public class ContentGridMessagingSystemProperties {
private String deploymentId;
private String applicationId;
}