2 回答

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超6個(gè)贊
我認(rèn)為這里的主機(jī)名有問題。因此,請檢查一次主機(jī)名,例如 localhost(或)您正確的數(shù)據(jù)庫托管地名。
因?yàn)樗@示像unknownHostException這樣的異常。

TA貢獻(xiàn)1843條經(jīng)驗(yàn) 獲得超7個(gè)贊

TA貢獻(xiàn)1816條經(jīng)驗(yàn) 獲得超6個(gè)贊
spring.datasource.url=jdbc:mysql://localhost:3306/db_example
spring.datasource.username = root
spring.datasource.password = root
spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQL5Dialect
hibernate.dialect=org.hibernate.dialectMySQL5Dialect
hibernate.show_sql=true
hibernate.hbm2ddl.auto=create
hibernate.ddl-auto=validate
hibernate.connection.url=jdbc:mysql://localhost:3306/axa_india?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
hibernate.connection.username=root
hibernate.connection.password=root
添加回答
舉報(bào)