|
|
@ -9,6 +9,11 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; |
|
|
import org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration; |
|
|
import org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration; |
|
|
|
|
|
|
|
|
@SpringBootApplication( |
|
|
@SpringBootApplication( |
|
|
|
|
|
scanBasePackages = { |
|
|
|
|
|
"com.galaxis.rcs", |
|
|
|
|
|
"com.yvan", |
|
|
|
|
|
"com.yvan.workbench", |
|
|
|
|
|
}, |
|
|
exclude = { |
|
|
exclude = { |
|
|
DataSourceAutoConfiguration.class, |
|
|
DataSourceAutoConfiguration.class, |
|
|
RedisAutoConfiguration.class, |
|
|
RedisAutoConfiguration.class, |
|
|
|