79688304

Date: 2025-07-03 04:45:00
Score: 0.5
Natty:
Report link

this earlier works without any security settings with hibernate jar with springboot version below 3.. but after springboot3 we compiled to security related settings to jdbc connection url in application.xml file and also remove hibernate jar dependency in pom.

.url=jdbc:sqlserver://<connection-ip:port>;databaseName=<Dbname>;encrypt=true;trustServerCertificate=true;

Reasons:
  • No code block (0.5):
Posted by: Sandeep Jain