Код: Выделить всё
spring:
sql:
init:
continue-on-error: true
< /code>
Но это не работает для меня: < /p>
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host ${DB_SERVER_IP}, port 1433 has failed. Error: "${DB_SERVER_IP}. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:242) ~[mssql-jdbc-12.8.1.jre11.jar:na]
Подробнее здесь: https://stackoverflow.com/questions/796 ... datasource