雖然國內主流是windows 系統開發,但是用過macOS系統開發過的人,絕對不會再去選擇windows,本來我也是忠實的10年Windows,在同行的勸說下,終于將就使用了macOS,后面發現,嗯,真香,macOS系統絕對是最適合程序員開發
2020-01-18
jpa:
hibernate:
ddl-auto: create
show-sql: true
database-platform: org.hibernate.dialect.MySQLDialect
我加了最后一行,解決了我那個Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.en報錯
hibernate:
ddl-auto: create
show-sql: true
database-platform: org.hibernate.dialect.MySQLDialect
我加了最后一行,解決了我那個Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.en報錯
2020-01-16
最新回答 / 帶帶太師兄
The class com.imoo.luckymoney.LuckymoneyApplicationTests is not public.把類跟方法都聲明為public
2020-01-14