Skip to content

# 3 Тема / Practice Block#22

Open
GitLobanov wants to merge 7 commits into
EffectiveMobile:mainfrom
GitLobanov:dev
Open

# 3 Тема / Practice Block#22
GitLobanov wants to merge 7 commits into
EffectiveMobile:mainfrom
GitLobanov:dev

Conversation

@GitLobanov

Copy link
Copy Markdown

Создайте простое RESTful API веб-сервиса с использованием Spring Boot. Должно быть разработано TODO приложение, которое позволяет вести список дел с использованием jdbcTemplate.

feat(service): Implement TodoService and related methods
feat(entity): Add User entity and update Todo entity
feat(exception): Add TodoRepositoryException and handler
feat(config): Add WebConfig for CORS configuration
…nd correct API methods in TodoApi Implement Tag-related CRUD operations and services
…epository methods, and enhance DTO mappings for better consistency and error management

@Miqelad Miqelad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не выполнено условие:
Применять @SQL для подготовки данных.


@Bean
public RedisConnectionFactory redisConnectionFactory() {
return new LettuceConnectionFactory("localhost", 6379);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все данные: адреса, значения - должны задаваться в application или в properties, а сюда подтягиваться

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вывел в value проперти host/port

@Miqelad Miqelad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проверить
Открыть доступ к эндпоинтам /actuator/health, /actuator/metrics, /actuator/info.

…ort, add management endpoints exposure configuration
@GitLobanov

Copy link
Copy Markdown
Author

добавил expose метрик health,info,metrics,prometheus
вывел в value проперти host/port конфига редиса

@GitLobanov

Copy link
Copy Markdown
Author

Не выполнено условие: Применять @SQL для подготовки данных.

добавил небольшой интеграционный тест с использованием sql скриптов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants