调整了各模块的的默认配置信息
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package com.chinaunicom.mall.ebtp.cloud.kafka.starter;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
@Configuration
|
||||
@PropertySource("classpath:kafka-configuration.properties")
|
||||
public class KafkaStarterConfiguration {
|
||||
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
package org.mall.ebtp.cloud.kafka.starter;
|
||||
|
||||
/**
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "Hello World!" );
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user