你需要在bean配置上编写这个结构(这是你的数据源):
${dataSource.url}
${dataSource.username}
${dataSource.password}
这是我的例子,它正在发挥作用.您只需要将属性放在hibernate.properties上并在之前设置它:
classpath:hibernate.properties
Obs.:版本是
????log4j:1.2.16
????springframework:3.1.4.RELEASE
????HikariCP:1.4.0
属性文件(hibernate.properties):
hibernate.dataSourceClassName=oracle.jdbc.pool.OracleDataSource
hibernate.hikari.maximumPoolSize=10
hibernate.hikari.idleTimeout=30000
dataSource.url=jdbc:oracle:thin:@localhost:1521:xe
dataSource.username=admin
dataSource.password=