Код: Выделить всё
spring:
application:
name: reactive-user
server:
port: 8090
h2:
console:
enabled: true
path: /h2-console
main:
allow-bean-definition-overriding: true
r2dbc:
url: r2dbc:h2:mem:///myusers
username: sa
password: password
sql:
init:
platform: h2
mode: always
< /code>
Но когда начинается приложение, я вижу это журнал: < /p>
Tomcat started on port 8080 (http) with context path '/'
Кто -нибудь может помочь мне по этому вопросу.
Подробнее здесь: https://stackoverflow.com/questions/785 ... -port-8080