运行后出现错误: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