Код: Выделить всё
spring.datasource.url=jdbc:sqlserver://DESKTOP9SKTQTI;databaseName=JurasickPark;encrypt=false;trustServerCertificate=true
spring.datasource.username=user
spring.datasource.password=sY£1Q_PT=9i3
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=true
Код: Выделить всё
Код: Выделить всё
org.example
BackendJurasicTest
1.0-SNAPSHOT
21
21
UTF-8
org.springframework.boot
spring-boot-starter-data-jpa
3.4.0
org.springframework.boot
spring-boot-starter-web
3.4.0
com.microsoft.sqlserver
mssql-jdbc
12.9.0.jre11-preview
[img]https:/ /i.sstatic.net/OlMnDRe1.png[/img]
Он подключается к базе данных, но не распознает созданную таблицу, и пытается создать ее заново,
Что можно мне нужно это исправить?
Подробнее здесь: https://stackoverflow.com/questions/792 ... r-database
Мобильная версия