Я использую Java 21.
Я также даю это:
Код: Выделить всё
-Dspring.profiles.active=dev
Код: Выделить всё
The following 1 profile is active: "dev"
Код: Выделить всё
Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017
Код: Выделить всё
org.springframework.boot
spring-boot-starter-parent
4.0.2
org.springframework.boot
spring-boot-starter-data-mongodb
Код: Выделить всё
pom.xmlКод: Выделить всё
DEVELOPMENT
dev
PROD
production
LOCAL
local
Код: Выделить всё
application-dev.ymlКод: Выделить всё
spring:
data:
mongodb:
uri: mongodb+srv://dev uri/service?retryWrites=true&w=majority
auto-index-creation: true
Подробнее здесь: https://stackoverflow.com/questions/798 ... tion-issue
Мобильная версия