Configure HikariCP in Spring Boot with JTDS
问题 I want to add a connection pool to my existing web application, which has been made using Spring Boot 1.5.1. The datasource configuration is made in application.properties as follows: spring.datasource.url=jdbc:jtds:sqlserver://localhost:1433;databaseName=MyDatabase;instance=SQLServer2014; spring.datasource.username=myuser spring.datasource.password=passwd spring.datasource.driver-class-name=net.sourceforge.jtds.jdbc.Driver spring.jpa.hibernate.ddl-auto=update I don't need to make any further