adjast wss + docker logs
This commit is contained in:
@@ -31,9 +31,17 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
|
||||
|
||||
// --- НОВОЕ: Docker API для управления контейнерами (Созидание) ---
|
||||
// Ядро и API
|
||||
implementation 'com.github.docker-java:docker-java-api:3.3.6'
|
||||
implementation 'com.github.docker-java:docker-java-core:3.3.6'
|
||||
|
||||
// Транспорт (HTTP Client 5) — именно он нужен для DockerConfig.java
|
||||
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
|
||||
|
||||
// Spring Boot Starter для STOMP WebSockets
|
||||
implementation 'org.springframework.boot:spring-boot-starter-websocket'
|
||||
|
||||
|
||||
// Работа с SQL и PostgreSQL[cite: 3]
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
implementation 'org.postgresql:postgresql:42.6.0'
|
||||
|
||||
Reference in New Issue
Block a user