Connect to localDB with windows authentication
问题 This is the first time that I try to create a local DB to use for my spring boot application so it might be an easy thing to fix that Ive missed. What ive done so far: Downloaded SQLExpress Logged with SSMS using windows authentication Created a database Connected to the new database using HeidiSQL After all this steps ive tried to setup a connection with my spring boot app using the following properties: spring.datasource.url= jdbc:sqlserver://localhost:3306 spring.datasource.username=