0
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mydatabase</property>
<property name="hibernate.connection.username">root</property>

HTTPS 接続でデータベースを使用している場合、 localhostの場所には何が表示されますか?192.***.***.***

4

1 に答える 1