first commit
This commit is contained in:
parent
400eb896b1
commit
477a9bba52
@ -8,7 +8,7 @@ import org.springframework.context.annotation.PropertySource;
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
@Configuration
|
@Configuration
|
||||||
@PropertySource("file:./telegram.properties") // classpath:/telegram.properties
|
@PropertySource("file:./telegram.properties")
|
||||||
public class TelegramConfig {
|
public class TelegramConfig {
|
||||||
@Value("${bot.botToken}") private String botToken;
|
@Value("${bot.botToken}") private String botToken;
|
||||||
@Value("${bot.botLogin}") private String botLogin;
|
@Value("${bot.botLogin}") private String botLogin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user