Bonjour ,j'arrive pas a me connecter a ma base de donnée sql server local(server name=local),et Authentification =windows Authentification en spring boot
voici le code du fichier application.proporties:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
spring.datasource.url=jdbc:sqlserver://local;databaseName= ReservationBooking
spring.datasource.username= 
spring.datasource.password=
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.jpa.show-sql=true
spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect
spring.jpa.hibernate.ddl-auto = create-drop
Merci d'avance