Skip to content

[Telegram BOT], который оповещает о тревогах в Украине. (С настройками)

License

Notifications You must be signed in to change notification settings

sxnsh1ness/AirAlertsUkraineTGBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirAlertsUkraineTGBot

[Telegram BOT], который оповещает о тревогах в Украине. (С настройками)

application.properties: (src\main\resources\application.propeties)

# bot settings
bot.name = ...
bot.token = ...

# API settings
api.key = ...
api.endpoint.url = ...
fixedDelay.in.milliseconds = ...

# db settings
spring.jpa.hibernate.ddl-auto=...
spring.datasource.url=...
spring.datasource.username=...
spring.datasource.password=...
spring.datasource.driver-class-name=...
spring.jpa.database-platform=...
spring.jpa.show-sql=...

Сборка приложения

mvn clean install в терминал, при включённой базе данных

Готовый к использованию .JAR-файл будет в target\<название приложения>.jar

About

[Telegram BOT], который оповещает о тревогах в Украине. (С настройками)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%