I'd like to use spring EL to config dialect,when no placeholder 'hibernate.dialect' found,it will use an empty string as default value,I wish hibernate will determineDialect instead of trying load an empty class. {code:xml} <property name="hibernateProperties"> <props> <prop key="hibernate.dialect"> ${hibernate.dialect:} </prop> </props> ...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)