運行后出現錯誤:No active profile set, falling back to default profiles: default
不能查看端口等
不能查看端口等
2020-02-07
錯誤: 找不到或無法加載主類 cn.yang.hongbao.hongbao.HongbaoApplication
2020-02-06
java.lang.RuntimeException: Driver com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl, jbc:mysql://192.168.112.1:3307/luckymoney,建議大家不要買廖師兄的課程,好歹也是花1塊錢買來的,學習有問題也不回答,后續課程居然還想要人買,我版本跟他一模一樣,代碼一模一樣,也報錯。
2020-01-21
雖然國內主流是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