com.lrenyi.spring.SpringNatsConfig Maven / Gradle / Ivy
package com.lrenyi.spring;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@ComponentScan
@Configuration
public class SpringNatsConfig {}