Jelast与hibernate配置错误

Jelast与hibernate配置错误,hibernate,jelastic,Hibernate,Jelastic,passhi正在计划在Jelast云上部署spring hibernate应用程序,我在下面的代码中进行了配置 <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <property name="driverClassName" value="com.mysql.jdbc.Driver" />

passhi正在计划在Jelast云上部署spring hibernate应用程序,我在下面的代码中进行了配置

<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
        destroy-method="close">
        <property name="driverClassName" value="com.mysql.jdbc.Driver" />
        <property name="url" value="jdbc:mysql://mysql-estate.jelastic.servint.net/realestate" />
        <property name="username" value="root" />
        <property name="password" value="pass" />


    </bean>

Db:房地产 用户:root
密码:BRju1ky7G2

请向您的主机提供商寻求有关此问题的帮助


1。您应该更改根密码,因为您已经在Internet上发布了它。。。2.ServInt support说了什么?你误解了。我的意思是,由于您发布了这些详细信息,现在任何人都可以通过phpMyAdmin访问您的数据库服务器。你应该改变它。