spring数据jpa中的mysql连接发布问题

时间:2017-08-28 13:10:08

标签: java mysql jpa spring-boot spring-data-jpa

无法在spring数据jpa中释放与mysql的连接 我使用的属性是:

Application.properties

spring.datasource.url=jdbc:mysql://hostname/dbname
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.tomcat.max-active=1
spring.jpa.databaseplatform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jta.bitronix.datasource.max-pool-size=25

我正在使用的属性是他们需要使用的任何其他属性。 任何帮助,将不胜感激。 三江源

0 个答案:

没有答案