1 | package com.github.netkorp.telegram.framework; |
||
0 ignored issues
–
show
Code Smell
introduced
by
![]() |
|||
2 | |||
3 | import org.springframework.context.annotation.ComponentScan; |
||
4 | import org.springframework.context.annotation.Configuration; |
||
5 | import org.springframework.context.annotation.PropertySource; |
||
6 | |||
7 | @Configuration |
||
8 | @ComponentScan |
||
9 | @PropertySource({"classpath:spring-boot-telegram-framework.properties"}) |
||
10 | public class SpringBootTelegramFrameworkConfiguration { |
||
0 ignored issues
–
show
|
|||
11 | } |
||
12 |