Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 740 Bytes

Readme.md

File metadata and controls

28 lines (20 loc) · 740 Bytes

Telegram bot

Проект телеграм бота приюта для животных.

Технологии

  • Spring Boot
  • Spring Web
  • Spring Data
  • Pengrad
  • Junit
  • Mockito

Описание проекта

Подробное описание проекта в Wiki.

Запуск

Запуск с помощью IDE. Необходимо указать следующие VM-options с вашими настройками:

-Dtelegram.bot.token= _your_telegram_bot_token_
-Dspring.datasource.url=jdbc: _your_database_
-Dspring.datasource.username= _your_database_username_
-Dspring.datasource.password= _your_database_password_

2023, Антон Скрягин