虽然国内主流是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